Skip to content

CodeQuestFIUBA/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Local

Step 1: Make sure to check whether the Golang is installed on your system by checking the version of Go.

go version

Step 2: Set the GOPATH by using the following command.

export GOPATH=$HOME/go

Step 3: Now, set the PATH variable with the help of the following command.

export PATH=$PATH:$GOPATH/bin

Step 4: Download and install project packages and dependencies.

go get

Step 5: Start the Mongo database service.

docker-compose up mongodb

Step 6: Run the app.

go run main.go

Docker

Step 1: Start the MongoDB service and run the App.

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •