@shahanahmed86/create-server
v1.0.22
Published
A CLI to bootstrap a server
Maintainers
Readme
@shahanahmed86/create-server
Prerequisites
Resources
Knowledge
- Restful
- GraphQL with custom directives
- Docker architecture
- Container orchestration with docker-compose (at-least)
- node/npm
Implemented Feature
- 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.
Installation
# 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)