To-do list application that allows users to create, edit, and delete tasks, set due dates and reminders, and categorize tasks into different lists.
Database: * + Redis
Programming languages: C# + Javascript/Typescript
API communication: REST API or GRPC
docker-compose -f ./bamboo-grpc/docker-compose.yaml up -d
cd bamboo-envoy
docker build -t bamboo-envoy -f . .
docker run -d -p 8080:8080 --link bamboo-grpc:bamboo-grpc --net=bamboo-grpc_bamboo bamboo-envoy
cd ..
cd bamboo-client
- Fork this repository
- Develop the software on a forked repository
- Create PR with your team information Create PR