Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 323 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 323 Bytes

API base project

Install the project:

$ npm install
$ npm start

Default port http://localhost:8080 or .env PORT

Docker

docker build -t {username}/BaseProject:${Version} .
docker run -d -p 80:8080 --restart="always" <youruser>/BaseProject:${Version}

Powered by Anthon 🦾🤖