/simple-rest-bioskop

Nothing fancy. Just a repository to store my SCM final project.

Primary LanguageGo

Simple REST API Bioskop

This repo intended to be used as Software Config Management Course Final Project.

How to run in development

  1. Clone repo
  2. Copy config/config.go.example to config/config.go, and change those values
  3. Make database with name as you're been set at config
  4. Run seeder go run seeder/seed.go
  5. Run main go run main.go