Git Product home page Git Product logo

starpointcrm's Introduction

StarPointCRM

Built using MySQL, PHP, and Apache; containerized using Docker. This ensures a consistent development, testing, and deployment experience, no matter where it's run.

Creating the .env file and Running Docker Container

  1. Navigate to the root directory of the project.

  2. Create a new file named .env

  3. Open the .env file in your preferred text editor.

  4. Add the following variables and set their respective values: MYSQL_DATABASE=YourDatabaseName MYSQL_USER=YourMySQLUsername MYSQL_PASSWORD=YourMySQLUserPassword MYSQL_ROOT_PASSWORD=YourMySQLRootPassword

    GMAIL_USER = YourGmailUsername GMAIL_PASSWORD = YourGmailPassword (must be given by gmail)

  5. Replace YourDatabaseName, YourMySQLUsername, YourMySQLUserPassword, and YourMySQLRootPassword with your desired values. (Save and Close) ⚠️ Notice: The .env file contains sensitive data. Ensure it's added to your .gitignore file

  6. Now that you've set up the .env file, you can proceed to start your Docker container using 'docker compose build' followed by 'docker-compose up'

  7. Access the index file using a webbrowser at http://localhost:8080/view/

  8. Phpmyadmin can be accessed using http://localhost:8001/ ⚠️ Notice: The username and password is set in the .env file

starpointcrm's People

Contributors

erickdelgad0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.