Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 386 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 386 Bytes

Galileo Backend

Instalation instructions:

Docker

First build docker image

run make build-docker-dev

Start containers

source start.sh

Enter to the container

make ssh-dev

Start Django server

Go to back folder

cd /app

Run

./manage.py runserver 0.0.0.0:8000 --settings=galileo.settings.dev

API Acces

You can access using localhost:8000