CRM (Customer Relationship Management) focused mainly on computer equipment repair businesses. It consists of an administration panel where the entire system can be managed (users, repairs, statuses, customers, products and categories), and a page where customers can check the status of the repair(s) by entering the tracking code generated.
- PHP >= 7.4 (8 compatible)
- Node >= 16.14
- NPM >= 8.3
- Install Composer packages
composer install
- Install NPM packages
npm install
- Configure the database connection in the file .env or .env.local
- Create the database and run the migrations
composer db
- Run build for dev environment
npm run dev
- Run your own server or if you have Symfony CLI installed, just run:
symfony serve
- Open your browser and enter localhost:8000 or localhost:8000/login (could be other port, you should check it out)
Enjoy it! 😊
Run the next command:
composer demo
With the demo data loaded you can access using:
- Username: admin
- Password: asdf,1234
If not, you will have to create the user manually in the database.