ol-web / quotes-rest-api

A regular REST API built using Express, Mongoose, JWT and Passport. Features basic CRUD operations for quotes and users as well as integration tests using Jest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quotes-rest-api

A regular REST API built using Express, Mongoose, JWT and Passport. Features basic CRUD operations for quotes and users as well as integration tests using Jest. I made this to experiment with JWT and to finally implement a fully REST compliant server as the previous ones I made used sessions.


Installation and usage:

npm install
npm run dev - development server with nodemon
npm run server - server without nodemon
npm run test - run tests
npm run testwatch - run tests in watch mode


Is there something wrong?

Please tell me!

About

A regular REST API built using Express, Mongoose, JWT and Passport. Features basic CRUD operations for quotes and users as well as integration tests using Jest.


Languages

Language:JavaScript 100.0%