Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 805 Bytes

Crossfit WOD API

A RESTful API that provides access to Crossfit WOD (Workout of the Day) data.

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the required dependencies by running npm install.
  3. Start the server by running npm start or npm run dev.

API Endpoints

You can identify the available endpoints by checking the API docs

Built With

  • Node.js - JavaScript runtime environment
  • Express - Web framework for Node.js
  • Fly.io - Platform for running full-stack apps globally

Inspiration

https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/