Skip to content

RCJamen/appDev-SSIS

Repository files navigation

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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published