Skip to content

duartegalvao/SIRS_AuthServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIRS Authentication Server

Description

This is part of a project for the Network and Computer Security (SIRS) course in Instituto Superior Técnico of the University of Lisbon.

The repo contains the SIRS project authentication server (+ web app) component.

Instructions

Set-up

After cloning the project, you should create a virtual-env in the root folder, as follows:

virtualenv -p python3 auth-env

Running

Make sure you are inside the environment:

source auth-env/bin/activate

Your shell prompt should have "(auth-env)" in the beginning.

Then, make sure all of the project requirements are installed:

pip3 install -r requirements.txt

After that you can just run the test-server:

python3 auth/manage.py runserver

Developing

Django documentation is available here.

Exiting

To leave the environment, run:

deactivate

Team

Student Number Name Github Profile
83422 Amândio Faustino Nandinski
83449 Duarte Galvão duartegalvao
83524 Marta Cruz rbouru