To set up the project make sure that composer and node are installed on your system globally. Also make sure you have valid mysql and apache servers installation.
Run the setup.sh file
bash ./setup.sh
Edit the following configurations according to your system -
-
baseUrlinuser/app/constants/urlConstants.jsto<server_name>/<project_name>/api/services/public. -
Create a DB. Change
DB_DATABASE, DB_USERNAME, DB_PASSWORDin.envaccordingly. The file is located at/api/services
Run the database.sh file for migration and seeding.
bash ./database.sh
To run environment -
$ cd user
$ npm run devand open http://localhost:8080/public/#/login