Table of contents:
git clone git@github.com:kingispeak/express-api-example.git
npm install
cp .env.example .env
npm start
Then visit http://localhost:3000/
npm test
npm run lint
docker-compose up server -d
# rebuild
docker-compose build server
# scripts
docker-compose run server npm test
Then visit http://localhost:3000/
MIT