Skip to content

Repository files navigation

Express API Starter

For local development please do the following steps:

yarn

Then run local

yarndev

Testing on local

Open Chrome and visit

localhost:3009// Should get JSON date time back
localhost:3009/ping// Should get JSON pong

Deployment

docker build -t express-example .
docker run -p "3009:3009" express-example

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages