/DB-Manager--V2.0

A version two of my Database Manager instance made using Flask. Refer Readme.md for more!

Primary LanguageHTML

Build Status

DB-Manager--V2.0

This is a python-script made with framework flask 💗 , which performs actions on form inputs received from user and stores it in a CSVfile (Comma Separated File), and also reads and retrieve data to display it in html file. All these stuff enables it as a real-time database illusion. It looks like as if we have a real storage of our data somewhere in a real database. To conclude and have an exact User-Interface for data-base we can view the data of csv file in excel sheets, Libre-Office or Google spreadheets etc.

More on Flask 💠

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Well, wanna use my Web-Application? 🤔, I'm glad 😊

  1. Clone this repo.
  2. Prereqisites : Flask & Python-3. If you don't have flask on your system, get_it.
  3. After you're all set-up, just open terminal in the root directory of the project and hit flask run, you'll be provided with a link opened up at port-5000. Copy it to your favorite 🤗 browser or Click the link, you'll be taken to the web-application. Prompt user to enter details and a page containing the existing data at registered.csv will be displayed at the page you'll be redirected when you hit up the submit button.
  4. To get a real-time illusion of perfect database, open it up in your favorite spreadsheets.
Any fruitful contributions are widely accepted.:heart: