Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 927 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 927 Bytes

appDev-SSIS

Screenshot from 2023-10-20 08-56-20 A web-based Implementation of Student Information System with CRUDL Functionalities.

Installation

  1. Clone the repository on your Local Machine.
git clone [email protected]:RCJamen/appDev-SSIS.git
cd appDev-SSIS
  1. Install the requirements.
pip install -r requirements.txt
  1. Create your dotenv and flaskenv file.
cp env.example .env
cp flaskenv.example .flaskenv

and modify .env and .flaskenv data for your own setup.

  1. Run this Schema Script for Database Configuration
python3 setup_database.py

Running Flask

  1. Initiate the Virtual Environment in your Terminal.
pipenv shell
  1. Run Flask Application
flask run

License

MIT