Skip to content

rashikzaman/goback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOBACK

GOBACK is the backed of Locally written in Golang.

PREREQUISITE

  1. Install MYSQL, insert dbname, username, password and host in the .env file.(copy .env.example)
  2. Docker

INSTALLATION

(Without Docker)

  1. RUN below command to download necessary packages:
$ go mod download
  1. RUN below command to run the project:
$ make run
  1. To RUN with hot reload support, RUN:
$ go get github.com/codegangsta/gin
$ make run-h

(With Docker)

  1. Run below command to create and run docker image
$ docker-compose up
  1. Check to see if docker is running by listing running docker and if goback container is in the list
$ docker ps
  1. To stop docker, RUN
docker-compose down
  1. To enter into docker container, RUN
docker exec -it goback bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages