Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

swecc-uw/OSIMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSIMP Server (archived)

What is this?

A server meant to be maintained by the mock interview program manager. It will convienently handle the pairing of people that signed up for the mock interview program, writing them to both a database and local file cache.

How do I run?

Change directory to the server folder:

cd server

Install dependencies:

pip3 install -r requirements.txt

Create a .env file with the following contents:

PAIRING_SECRET=your_secret
SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key

Run the following commands:

python3 server.py

Endpoints

Visit docs while your local server is running.

About

Scripts for running OSIMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published