Skip to content

scottaubrey/technical-exercise

Repository files navigation

Hello API

This API says hello.

How to run

  • yarn - to install dependencies
  • yarn start - will run the server
  • yarn start:dev - will run the server and restart on file changes
  • yarn test - will run the tests

Or use docker-compose:

  • docker-compose up - will run the server in docker and restart on file changes in the foreground
  • docker-compose run tests - will run the tests in docker

visit http://localhost:3000/hello to see the output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published