The backend for the workout-tracker web-application that provides users with a platform to log workouts and track progress.
- This API is written using Node.js (Express).
- Clone this repo
- Navigate to the folder and run
npm install
- Fill in the
.env
file to point to your database: - Run
npm run dev
to start the server.
Please keep in mind that this is a work in progress. This project will continue to develop over the coming months.