Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xansiety/boilerplate-node-api-mongo-refresh-token
- Owner: Xansiety
- Created: 2022-11-25T03:57:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T16:39:37.000Z (about 2 years ago)
- Last Synced: 2024-11-22T22:28:57.540Z (2 months ago)
- Topics: boilerplate, express, expressjs, mongodb, mongoose, node-js, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...❎