Best Flask open-source libraries and packages

SRecords

UI based Record Management System with CRD functionality
Updated 2 years ago

Record Management System with CRD functionality

Codacy Badge

Converted a CLI based Record Management System to a UI based full stack application using flask.

Problem

As an assignment problem I was asked to create a CLI based Record Management System, but that wouldn't have been accessible to everyone.

Problem Statement: How might we make the CLI based application accessible to everyone?

Solution

The solution I could Ideate: Converting the CLI based Applicaiton to a UI based Application and hosting it will make it accessible to everyone.

Installation

Let's assume you have cloned this repo.

If not? then follow:

  git clone https://github.com/toHarsh/sRecords.git

After Cloning

  cd sRecords
  python -m venv venv
  venv\Scripts\activate

Installation of required libraries

  pip install -r requiremnts.txt

Finally run this flask application

  python run.py

Applications

  • Student Record Management System

  • Employee Record Management System, etc

FAQ

For Admin registration

https://s-records.herokuapp.com/admin-register

For Admin login

https://s-records.herokuapp.com/admin-login

To see all the collected record/dashboard

https://s-records.herokuapp.com/display