Simple Flask Crud Application with SQLAlchemy.
To start, clone the present repository into your local machine. If you're unaware of how to achieve this, you can familiarise yourself with the mechanisms of GitHub repositories in the provided link.
git clone git@github.com:msjahid/University-Students-Information.git
Ensure that you have Python3, and flask installed and properly set up.
We need Install some python pip packages.
Flask==1.1.2
flask_sqlalchemy==2.4.4
Start by opening a terminal, and navigate to the project's folder.
pip install -r requirements.txt
|or|
pip3 install -r requirements.txt
python app.py
This project is licensed under the MIT License - see the LICENSE.md file for details
- Jahid Hasan - msjahid
For any inquiries, feel free to open up an issue.