Simple app that allow users to log exercises.
The front-end was developed using ReactJS and Bootstrap.
The back-end was designed using the MVC pattern and supports CRUD operations, the technologies used were NodeJS, Express and MongoDB/Mongoose.
- Create new users.
- Create exercise logs while selecting users from the users dropdown.
- Update exercises.
- Delete exercises.
- Homescreen displays all saved activities.
- Update and delete users functionality.
- Feedback when the user has been successfully created.
- Feedback when the exercise has been successfully created.
-
Install the project using npm in the backEnd and frontEnd folders (on each directory).
-
To run the database locally, please install MongoDB on your computer and configure it.
-
Optionally, you can connect to a remote MongoDB database.