Skip to content

CallistoNetwork/Callisto-oAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

oAuth implementation for Callisto infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published