Skip to content

TRU2110/Psyche-Hygine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psyche-Hygine

  1. Create a Virtual Environment: python -m venv venv

  2. Activate Virtual Environment: on windows:- venv\Scripts\activate

On macOS/Linux:- source venv/bin/activate

  1. Install Dependencies: pip install flask flask-sqlalchemy flask-restplus

  2. Create Database: python

  3. Inside python shell: from app import app, db # Import both app and db with app.app_context(): db.create_all() exit()

  4. Run Application: python app.py

Releases

No releases published

Packages

 
 
 

Contributors