# README
room-reservation-api
run project
- at first create a file named .env based on .env.example file
- go to https://jwtsecret.com/generate and generate refresh and access token secret
- make sure that docker is installed in your machine
- make sure that makefile is installed in your machine
- execute
make up
to run project - go to /swagger/index.html#/ to watch swagger
- have fun :)