Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 439 Bytes

Basic REST API with NodeJs using MongoDB

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.

Prerequis

use <yourdatabase>

Installation

  • Clone repository
git clone https://github.com/Xx-Parks-xX/REST-API.git
  • Install packages
npm i