Hello, my name Jonathan and this app was made to keep track of the users and exercises for the coaches of lifesports.
Project is created with:
- node: 10.16.0
- react: 16.8.6
- heroku app
- mongoDB.Atlas
- Clone this app to your machine
- Update your .env file
- Execute the following commands in your terminal/command prompt
$ npm install
$ npm start
-
Completed the API endpoints in the LifeSports Express server. All MongoDB functions use mongoose data model.
-
Refactored this code to work with my MongoDB Atlas database. Updated my .env file so that you can use either mongodb locally on on Atlas
-
Deployed the app to Heroku