Skip to content

CS3219-AY2526Sem1/cs3219-ay2526s1-project-g21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

CS3219 Project (PeerPrep) - AY2526S1

Group: G21

Quick start (local)

docker compose -f deploy/docker-compose.yaml up --build

Services:

MongoDB: mongodb://localhost:27017
Redis: redis://localhost:6379

Structure

  • services/ : Go microservice with chi router and health endpoints
  • deploy/docker-compose.yaml : local dev
  • .github/workflows/ci.yml : minimal CI (test + build)

Note:

  • You are required to develop individual microservices within separate folders within this repository.
  • The teaching team should be given access to the repositories as we may require viewing the history of the repository in case of any disputes or disagreements.

About

LeetCode-like Collaborative Text Editor with In-session Chat, Sandbox Execution and Gen-AI Support (React, Typescript, Go)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 79.7%
  • Dockerfile 20.3%