Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 452 Bytes

GETTY.io Challenge - Node.js API

This API has all the basic CRUD operations for managing "projects" with MongoDB using mongoose.

All the routes are authenticated by using JWT tokens, so the API also creates users.

Before anything, run npm install to install the modules.

Running:

$ npm install 
$ npm start

Testing:

On the .env file change "TEST" to true, and then:

$ npm test