Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibbatta/backend-boilerplate
- Owner: ibbatta
- License: mit
- Created: 2024-12-26T22:03:57.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2024-12-26T23:18:15.000Z (20 days ago)
- Last Synced: 2024-12-26T23:20:11.031Z (20 days ago)
- Topics: expressjs, mongodb, mongoosejs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
- [ ] ...