Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xansiety/boilerplate-node-api-mongo-refresh-token

Boilerplate to create web api with NODE JS + Express and MongoDB
https://github.com/xansiety/boilerplate-node-api-mongo-refresh-token

boilerplate express expressjs mongodb mongoose node-js nodejs template

Last synced: 3 days ago
JSON representation

Boilerplate to create web api with NODE JS + Express and MongoDB

Awesome Lists containing this project

README

        

# NODE API RestFull + MongoDB Integrations

## Technologies used:

``` Node 18 + Express JS ```

```Mongo DB```

## Special features:

> Use of JWT and Refresh Token to authenticate users.

> Use of Middlewares to validate user identity and to validate information coming from client requests

> Use of rate limit to prevent DDOS attacks

> Use of CORS -> Access for all or for specific sources

> Connection to Mongo DB via Mongoose

More coming soon...❎