Repository for CIS350 Spring'20 group project: HealthGrow. π±πππ²π΄π΅π³πΌπΈ
HealthGrow is currently in early development stage.
- Clone the Repo
- Run
sudo npm install -g --force nodemon
inhealthgrow-web/backend
- Run
npm cache clean --force
inhealthgrow-web
- Delete
node_modules
byrm -rf node_modules package-lock.json
folder or delete it manually by going into the directory and right-click > delete / move to trash. Also, deletepackage-lock.json
file too. npm install
- Open healthgrow-mobile in Android Studio
- Start the backend (server) by running
nodemon server
ornode server.js
inhealthgrow-web
ornpm run server
ornpm start
inhealthgrow-web
- Start the MERN stack webapp (client) by running
npm run client
inhealthgrow-web
- To run the above 2 commands concurrently (in development only) run
npm run dev
inhealthgrow-web
heroku git:remote -a frozen-shore-33742
- test
heroku local
inhealthgrow-web
git subtree push --prefix healthgrow-web heroku master
Be sure to follow the contribution guidelines when submitting code. Always abide by the code of conduct.
- MIT license
- Copyright 2015 Β© HealthGrow.