Skip to content

Commit 9721ecb

Browse files
committed
📚 docs: update general docs
1 parent 5ba20ac commit 9721ecb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Configuration to Nodejs With Express and Typescript
22

3-
> this module serving a basic structure and configuration of nodejs API with express and typescript
3+
> This module serving a basic structure and configuration of nodejs API with express and typescript
44
55
## Summary
66

@@ -147,6 +147,10 @@ npm run docker:test:build
147147

148148
- [ ] Explain how design patters used in your initial configuration of project
149149
- [ ] Explain how to use your initial configuration of project
150-
- [x] Add option to use Redis as cache
151150
- [x] Add options to get initial Dockerfile and docker-compose.yml to run your project in docker
152-
- [ ] Add options to get initial configuration to run your project in Kubernetes
151+
- [x] Use Redis as cache
152+
- [x] Use pm2 to run your project in production mode
153+
- [x] Use Nginx as reverse proxy
154+
- [x] Use Swagger to document your API
155+
156+
👔 [Linkedin](https://www.linkedin.com/in/mateus-cardoso-dos-santos-19a68a181/)

0 commit comments

Comments
 (0)