expresso-gateway

Minimal expresso ( Gateway )

MIT License

Stars
6

minimal expresso ( gateway )

Feature

Steps to run this project:

  1. Clone this repository
  2. Duplicate .env.example to .env
  3. Setup database settings inside .env file
  4. Run yarn dev command
  5. Run watch command yarn dev:watch
  6. Release your app for Production or Staging with yarn release
  7. Build your code with Docker docker build -t yourname/express:v1.0.0 .
  8. Run with docker image docker run -p 7000:8000 -d yourname/express:v1.0.0

Author

masb0ymas (Resume)

Support Me