How to run this repo locally
- Clone this repo.
- Install all dependencies at each project.
main service:- Go to main-service folder.
- Create virtual environment.
- Run
pip install.
auth service:- Go to auth folder.
- Run
go getto install golang dependencies.
todo service:- Go tun todo folder.
- Run
go getto install golang dependecies.
- Run all of the services.
main service: runpython app.pyauth service: rungo run main.gotodo service: rungo run main.go
You can read how to build this project here: