Skip to content

StudyConnect-ZHAW/Backend

Repository files navigation

StudyConnect Back-End

This repository holds the backend of the StudyConnect Application. For now only a demo API is available to interface with from the frontend.

## Setup Docker Environment

Make sure you have created an .env file in the root directory.

Take the variables from .example.env as a template. Rebuild and start the backend with the following docker Build commands from the root of the repository:

docker network create studyconnect-network docker-compose -f ./compose.yaml up --build --force-recreate

Afterwards the swagger API will be available under http://localhost:8080/swagger/

Alternatively you can also use the start-and-open.sh script to build the container and open the API in the browser: Linux / MacOS:

./start-and-open.sh

Windows Powershell

.\start-and-open.ps1

About

Repository for the backend of the StudyConnect project. This includes the API, authentication and database service.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages