Workout Buddy
View in GitHubThis is a MERN stack application for tracking the workouts of users. It's a web app where users can signup and save their workout details. This includes workout name, load and reps.
Tech Stack
MongoDB Express React Node
Application Structure
The application is divided into two folders:
- backend: This folder contains the server-side code.
- frontend: This folder contains the client-side code. The server-side code is written in Node.js and uses Express.js as a web framework. The client-side code is written in React.js.
Database
The application uses MongoDB as a database. The database is located in the data folder.