Skip to content
/ glavenus Public

Backend service for Private Torrent project

Notifications You must be signed in to change notification settings

Rugal/glavenus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Tracker Service

Code Status

CircleCI codecov FOSSA Status Known Vulnerabilities

Start Local Environment

Database

Please install docker and docker-compose.

At the root directory run the following command:

docker-compose -f configuration/docker/docker-compose.yml up

The default user is postgres, password is 123

Service

Please install maven and JDK 11.

You should also initialize the database by flyway, if you haven't done so:

mvn flyway:migrate

At the root directory run the following command:

mvn spring-boot:run

By default it will connect to the docker database.

About

Backend service for Private Torrent project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages