Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Amsterdam/decode_session_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decode Session Manager

This Session Manager is part of the Decode Amsterdam project. For more info check out the Decode Amsterdam repository.

Project Setup

When you want to run this server locally first setup a Python Virtual Environment.

First setup up a new virtual environment:

$ python3 -m venv venv

Then activate it:

$ source venv/bin/activate

Within this environment you can now setup the needed libraries:

$ cd server
$ pip install -r requirements.txt

Now the server can be started locally:

$ python api.py

The location of this API needs to be setup in the Decode Amsterdam PWA. Check out this repository for the details.

About

Decode Session Manager

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages