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

Latest commit

 

History

History
37 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 736 Bytes

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.