/go-simple-crud

Simple Restfull API using Go

Primary LanguageGo

Simple restful API using Go

How to run this project

  1. Withoud docker
  • import sql into your database
  • configure config file according to your system
  • type command "go run main.go"
  1. Docker
  • type command "docker-compose -f docker-compose.yml up -d"