Skip to content

deviate-team/Mr.fox-devhack-round-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mr.fox devhack

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

How to run

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

How to submit

  1. Fork this repository
  2. Develop the software on a forked repository
  3. Create PR with your team information Create PR

Q&A

Create Issues

About

Mr.Fox Dev Hack First Round

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.5%
  • C# 23.4%
  • TypeScript 22.5%
  • Vue 17.3%
  • Shell 0.5%
  • Dockerfile 0.5%
  • Other 0.3%