This project is a REST API with all the endpoints documented built with Node.js and Express.
- Node.js 20+
- Yarn or NPM
- Install dependencies
yarn install- Create local environment file
cp .env.example .env
nano .env- Start Application
yarn startThe application will be launched by Nodemon so it's will restart automatically on file change