This is a sample and minimal REST API, datas are stored in MongoDB. To interact with routes we use classic html forms to send datas.
- Install MongoDB: https://www.mongodb.com/download-center/community
- Create a database
use <yourdatabase>
- Clone repository
git clone https://github.com/Xx-Parks-xX/REST-API.git
- Install packages
npm i