# 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
x-Xymos/issue-tracker-backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published