/come-backend

nothing fancy, backend buat lomba doank, and deprecated 😝

Primary LanguageGo

COME Backend (Deprecated)

Running

  1. Clone this repo
  2. Install MySQL & create database
  3. Copy the .env.example to .env and change according to your environment
  4. Run following commands
    cd come-backend
    go run seeder/seed.go
    go run main.go
    
  5. It will run at port : 8888