Skip to content

phamhongphuc1999/UserAPI

Repository files navigation

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