Note:
-
- make sure you have docker installed on your local machine
-
- there's no application run on PORT 3306 on your local machine
-
- you have migrate on your local machine
make local // run all local containers
make migrate_up // migrate tables to your mysql
make run
make migrate_up // migrate tables to your mysql
make run
i have inserted postman collection in this project