Skip to content

shahanahmed86/create-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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)