Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 514 Bytes

workout-tracker-api

The backend for the workout-tracker web-application that provides users with a platform to log workouts and track progress.

Tech stack:

  • This API is written using Node.js (Express).

How to get started

  • 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.