nakamarusun / OrgaDB

Very cool Organizational Database Website Management System Incorporation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome!

this is a certified bruh moment

How to configure

  1. Clone project and login
git clone https://github.com/nakamarusun/OrgaDB.git
cd OrgaDB
  1. Create a virtual environment for Python 3 (Google if don't know :( )
python -m venv venv
  1. Activate the virtual environment, and install libs
venv/Scripts/activate
pip install -r requirements.txt
  1. Make environment variable for flask app Windows:
set FLASK_APP=EMS
set FLASK_ENV=development

Linux / Mac:

export FLASK_APP=EMS
export FLASK_ENV=development
  1. Copy and rename EMS/db_config.py_template to db_config.py and configure it by yourself
  2. Initialize the tables using the command
flask init-db
  1. Run the flask project, and access using http://127.0.0.1:5000/
flask run

About

Very cool Organizational Database Website Management System Incorporation


Languages

Language:HTML 52.9%Language:Python 29.1%Language:CSS 11.8%Language:JavaScript 6.1%