API Rest for Student with NodeJS, express and MongoDB
Before start project is neccesary install the following dependencies in your system:
From your terminal run the next commands:
- Clone repository:
git clone <GIT REPO HERE>
- Go to the project folder:
cd <PROJECT FOLDER NAME HERE>
- Install dependencies:
npm install
- Run the project:
npm run start
For test execute:
Run test
npm test
Run coverage
npm run coverage
For the database a public collection of mongodb is used in MongoDB Atlas.