https://github.com/sigfriedcub1990/exercises_tracker
Exercises Tracker API
https://github.com/sigfriedcub1990/exercises_tracker
Last synced: 3 months ago
JSON representation
Exercises Tracker API
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/exercises_tracker
- Owner: sigfriedCub1990
- Created: 2023-05-04T02:02:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T03:50:41.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:43:14.341Z (4 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Exercises Tracker
## Description
A simple API to keep track of User's exercises.
## How to use it?
1. Clone this repo with Git.
2. Run `npm test`
3. Create a `.env` file with `PORT=3000`
4. If everything went well run `npm start`