- Golang version 1.14 or higher
- MySQL for database
- Create database foodmenu
- Go to folder /scripts/migrations
- Copy content in file create_table_menu.sql
- Paste point 3 to mysql client and run query
- For first time installation use command : make install
- To run unit test use command : make test
- To run in local use command : make local
- To run using docker container use : make compose-up
- To stop docker container use command : make compose-down
- From browser open this address : http://localhost:7100/swagger/index.html