REST API service to manage users.
- ✅ Add C4 container diagram
- ✅ Define database schema
- ✅ users
- ✅ roles
- ✅ permissions
- ⬜ Implement, test and document API
- ⬜ User feature
- ⬜ Implementation
- ⬜ Unit testing
- ⬜ Integration testing
- ⬜ E2E testing
- ⬜ Add Swagger on route
/docs
- ⬜ User feature
- ⬜ Add C4 deploy diagram
- ⬜ Deploy demo
- How to build a Back-end portfolio?
- The C4 model
- Diagrams made with Whimsical
- Node.js, Docker and Computer icons by Icons8
- MongoDB icon by MongoDB
- Node.js in 2022 || Creating & Testing a Complete Node.js Rest API || No Framework || Erick Wendel
- Best README Template
- How to create a WebAPI with Node.js, Express and Typescript
- Build Node.js User Authentication - Password Login
- How to structure an Express.js REST API with best practices
- Node Best Practices
- The secret to scale and update Node.js applications at any time of the day
- How to mock an imported Typescript class with Jest
- How to mock (Express) Response in tests - Node.js - TypeScript
- Mocks Aren't Stubs
- Write tests. Not too many. Mostly integration.
- How to know what to test