Skip to content

badico-cloud-hub/base-express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASE EXPRESS API

This api is a empty api for learning/teaching pourpose.

Run Localy

Node

  1. install dependencies
npm i
  1. run app
npm start

Docker

  1. build the image
docker build -t health-v0.0.1 .
  1. run the container
docker run --name=health-container-v1 -e PORT=80 -e STAGE=hml health-v0.0.1
  1. stop the container
docker stop health-container-v1
  1. restart the container
docker start health-container-v1

About

a basic express api for learning porpouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published