Skip to content

michigg/lector_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BA_Backend

Installation Guide

    1. Optional: CHANGE ENVS in docker/lector/dev.env for Customation (e.g. change univis semester)
    1. RUN docker-compose up -d
    1. OPEN Browser on localhost:8888 for Backend API or for Graphhopper localhost:8989

Run Tests

    1. RUN docker-compose up -d
    1. RUN docker-compose exec lector sh
    1. RUN python3 manage.py tests