This service running to manage user and also get some token for authentication
- copy and rename .env-example to `.env`
- adjust the value to your config **[optional]**docker compose -f deployment/docker-compose.yml up By default the application reads the .env file
Makesure you all dependency have been installed
- Note: make sure you have a database name same value with
DB_MYSQL_DATABASEvalue in.envfile
go run main.go db:migrate up- By default application running on port
:8080like valueAPP_PORTin.envfile
go run main.go serve GET /in/health{
"username":"admin@gmail.com",
"password":"admin123"
}- Collection