Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.27 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.27 KB

CoroCodile | Bruv

Authors

Documentation

A rating app based on S3E1 black mirror for codocodile contest. Developed with GO(Gin + Gorm) and TypeScript(React)

Run Locally - Frontend

  cd frontend/
  npm install
  npm run dev

Run Locally - Backend

  cd backend/
  cd api/
  go mod download
  cp .env.example .env
  go run main.go

API Reference

Swagger

  http://localhost:8080/api/docs/index.html

Screenshots

Contributers

Made with contrib.rocks.