Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibbatta/backend-boilerplate

Super minimal boilerplate to start a simple node + express backend with mongo-db integration
https://github.com/ibbatta/backend-boilerplate

expressjs mongodb mongoosejs nodejs typescript

Last synced: 18 days ago
JSON representation

Super minimal boilerplate to start a simple node + express backend with mongo-db integration

Awesome Lists containing this project

README

        

# BACKEND Boilerplate

> Super minimal boilerplate to start a simple node + express backend with mongo-db integration

---

| Node | Express | Mongo |
| :----------------------: | :----------------------: | :--------------------: |
| | | |

### Features

- @Routing: the project routing ready
- @Authentication: the project provide a db authentication process (with middleware's protection)

---

### TODO:

- [x] Routing
- [x] Authentication
- [x] Db connection
- [ ] ...