Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 540 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 540 Bytes

Simple API


Build database

  • To create and start mysql database with docker, run following command:
make mysql
  • To create and start mongodb with docker, run below command:
make mongo

Run

  • To run simple API, run by follow command:
make run
  • Or run with specified launch
make run launch={your-launch}

Now, you can go here and try API

  • For more information, you can run command:
make help