Skip to content

msjahid/University-Students-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University-Students-Information

Simple Flask Crud Application with SQLAlchemy. Screenshot_20200808_162423

Getting Started

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

Prerequisites

Ensure that you have Python3, and flask installed and properly set up.

Installing Python Package

We need Install some python pip packages.

Flask==1.1.2
flask_sqlalchemy==2.4.4

Pip install Instructions

Start by opening a terminal, and navigate to the project's folder.

pip install -r requirements.txt 
|or| 
pip3 install -r requirements.txt

Run App

python app.py

Screenshot_20200716_002838

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Authors

For any inquiries, feel free to open up an issue.

About

Simple Flask Crud Application with SQLAlchemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published