Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranvir91/crossfit-wod-api
Design REST APIs using Best Practices, REST API for a CrossFit Training Application using Nodejs, Expressjs and mock db as DB.json
https://github.com/ranvir91/crossfit-wod-api
apicache apidocs expressjs filtering mockdata nodejs swagger-api swagger-ui
Last synced: 12 days ago
JSON representation
Design REST APIs using Best Practices, REST API for a CrossFit Training Application using Nodejs, Expressjs and mock db as DB.json
- Host: GitHub
- URL: https://github.com/ranvir91/crossfit-wod-api
- Owner: ranvir91
- Created: 2024-12-21T08:20:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T08:37:53.000Z (about 1 month ago)
- Last Synced: 2024-12-21T09:24:42.966Z (about 1 month ago)
- Topics: apicache, apidocs, expressjs, filtering, mockdata, nodejs, swagger-api, swagger-ui
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crossfit-wod-api
- Design REST APIs using Best Practices
- REST API for a CrossFit Training Application using Nodejs, Expressjs and mock db as DB.json# setup crossfit-wod-api
- Clone the repo from github
- navigate to directory {crossfit-wod-api}
- run `npm install`, it will install dependancies
- now run `npm run dev`
- open this url `http://localhost:8002/api/v1/workouts`
- url for api documentation `http://localhost:8002/api/v1/docs`