Skip to content

x-Xymos/issue-tracker-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Setup

# clone
clone the repo into a gopath i.e. /home/user/go/src/

# install the mongodb golang driver

https://www.mongodb.com/blog/post/mongodb-go-driver-tutorial

#install mongodb on your machine
https://docs.mongodb.com/manual/installation/

The backend connects to the database using the default port
# clientOptions := options.Client().ApplyURI("mongodb://localhost:27017")

# run the backend
make -B && make run
This runs the backend as a background process and automatically kills any already running backend processes when you rebuild.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published