An open API service indexing awesome lists of open source software.

https://github.com/wisnuwiry/nodejs_simple_rest_api

Simple REST API with node js and jwt token
https://github.com/wisnuwiry/nodejs_simple_rest_api

jwt mongoose nodejs restful-api

Last synced: about 2 months ago
JSON representation

Simple REST API with node js and jwt token

Awesome Lists containing this project

README

          

# nodejs_simple_API

## Geting Startet
1. clone this repo
2.
Edit on file ```app.js```
like this

```
mongoose.connect('mongodb://localhost:27017/yourDB', {
useNewUrlParser: true,
});

```
3. ```npm install```
4. ```npm start```