A RESTful API that provides access to Crossfit WOD (Workout of the Day) data.
To get started with this project, follow these steps:
- Clone this repository to your local machine.
- Install the required dependencies by running
npm install
. - Start the server by running
npm start
ornpm run dev
.
You can identify the available endpoints by checking the API docs
- Node.js - JavaScript runtime environment
- Express - Web framework for Node.js
- Fly.io - Platform for running full-stack apps globally
https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/