Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 158 Bytes

File metadata and controls

12 lines (8 loc) · 158 Bytes

Start the server

  • export PORT=7001
  • go run main.go

New Terminal

  • export PORT=7002
  • go run main.go

New Terminal (Start the database)

  • go run db/db.go