@shahanahmed86/create-server
-
-
- Restful
- GraphQL with custom directives
- Docker architecture
- Container orchestration with docker-compose (at-least)
- node/npm
- User authentication APIs
- ESM (import/export)
- File Upload with express-fileupload
- API documentation with Swagger
- Pre-commit hook to check linting and coding format
- Chai & Mocha used to cover test cases for Unit-testing/APIs.
# supported databases is mysql
@shahanahmed86/create-server
# flags
(--yes || -y) # to skip question and go with default options
(--install || -i) # to setup the server
# Logs: running docker logs
docker logs <container_name> (--follow || -f)