Project description
Related Projects https://github.com/KichiUeda/Chris-app-service-overview https://github.com/KichiUeda/Rane-app-description-service https://github.com/KichiUeda/Micko_App_images_service https://github.com/KichiUeda/other_popular_games
Installation and Running Requirements Development URL
The following steps should allow you to run this project locally.
Clone/download this repo
Add following environmental variables: PORT=3006 DB_NAME='127.0.0.1:27017/PriceAndPromo'
Run install and start scripts npm install # install dependencies npm run seedDB # build and seed DB tables
# For development
npm run react:dev # starts webpack in watch mode
npm run server:dev # starts nodemon
# For production build
npm run build # create production build
npm run start # start node server
Note: this system uses MongoDB,follow these steps to ensure Mongo is installed and runnning install mongo, in command line npm install mongodb --save start mongodb from project root. in command line, run systemctl status mongod if db server not already running, run systemctl start mongod run npm run seedDB
Installing Dependencies From within the root directory: npm install -g webpack npm install