Skip to content

gdscduzceuniversity/du

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

du

DUSocial backend repository.

Getting Started

Prerequisites

  • Go >= 1.22.1
  • A MongoDB Database

Installation

  1. Clone the repository
git clone https://github.com/gdscduzceuniversity/du.git
  1. Install dependencies
go get
  1. Run the mongo container
docker run -d -p 27017:27017 --name mongodb mongo

environment variables

export MONGO_URI=mongodb://localhost:27017

or rename the example.env file to du.env and just edit the file with connection url.

Usage

go run main.go

Open localhost:8080/ping to check if the server is running.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages