A MERN stack web application that allows users to create an account and record their daily workouts.
Deployed: http://maxreps.herokuapp.com/
Test Account Login (Disabled email change so no one can mess up the login.)
Email: test@maxreps.com
Password: 123
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the application
- git
- npm
- Clone the repo
git clone https://github.com/xjkbro/MaxReps.git
-
Open Project Folder
-
Install dependancies
npm run client-install //installs client dependancies
npm install //installs server dependancies
- Create .env
Copy and paste the following and replace keys
MONGO_URI=REPLACE_WITH_MONGODB_URI
JWTSECRET=REPLACE_WITH_SOME_KEY
NODE_ENV=DEVELOPMENT
- Happy Testing! :)
- HTML5
- CSS3
- TailwindCSS
- JavaScript
- React
- Context API
- Node.js
- Express
- MongoDB
- Mongoose
- JWT
- Passport
- Allow users to post update statuses
- Allow users to add others to friends list
- Include auto complete functionality for name exercise
- WGER?
- Create an API?
- Create Communities section for users to connect with anyone that share the same gyms
- Jason-Kyle De Lara - Initial work - http://www.jkdelara.com/
This project is licensed under the MIT License - see the LICENSE file for details
- Traversy Media - Learn The MERN Stack - Project was initialized by YouTube Course/Tutorial
- NoobCoder's MERN course that uses React's Context API
- Traversy Media - Passport Authentication Course
- Traversy Media - JSON WEB TOKEN