Skip to content

ListifyProject/ListifyServer

Repository files navigation

Listify Server

- the backend part of the Listify Project

DependenciesBuildTesting

Dependencies

  • JDK 21
  • PostgreSQL

All the required databases and services can be started with Docker Compose using the provided docker-compose.yml file

Alternatively, you can use your own running instances, but ensure that all services are accessible using the connection settings in application.properties.

How to build

  1. Clone the repository:
git clone https://github.com/ListifyProject/ListifyServer.git
cd ListifyServer
  1. Fix application.properties, edit secrets and DB settings

  2. Build and run:

./gradlew build
./gradlew bootRun

Testing

  1. Copy your application.properties to application-test.properties

  2. Run the tests with:

./gradlew test

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages