Skip to content

lninyow/csit327-questnight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuestNight API

CSIT327-G1 Final Project

Members:

Setup

The frontend repository is at carefreebee/questnight-frontend

  1. Create a virtual environment:

    python -m venv .venv
  2. Activate the virtual environment

    for linux/mac bash/zsh:

    source .venv/bin/activate

    for windows powershell:

    .venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Modify the .env file accordingly to your database connection details.

Running the Flask app

python main.py

About

CSIT327 QuestNight backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages