api-adl-students

API Rest for Student with NodeJS, express and MongoDB

Getting started

Before start project is neccesary install the following dependencies in your system:

Git

Node

From your terminal run the next commands:

  1. Clone repository:
git clone <GIT REPO HERE>
  1. Go to the project folder:
cd <PROJECT FOLDER NAME HERE>
  1. Install dependencies:
npm install
  1. Run the project:
npm run start

Test

For test execute:

Run test

npm test

Run coverage

npm run coverage

Database

For the database a public collection of mongodb is used in MongoDB Atlas.