/CRUDThingsFinderApp

CRUD Application in Python Flask library to implement a Things Finder App

Primary LanguageHTMLMIT LicenseMIT

CRUD Things Finder App

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info


"Things Finder is your go-to app for organizing and tracking your belongings. Easily add items, specify their locations, and never lose track of anything again. Simple, efficient, and designed to make your life easier."

Screenshot

Image text

Technologies


A list of technologies used within the project:

  • Flask: Version 2.x

  • blinker: Version 1.6.x

  • [click]

  • [Flask-SQLAlchemy]

  • [itsdangerous]

  • [Jinja2]

  • [MarkupSafe]

  • [SQLAlchemy]

  • [Werkzeug]

Installation


A little intro about the installation.

$ git clone 
$ cd ../path/to/the/file
$ python -m venv env  ==== to create venv

$ .\venv\Scripts\Activate ==== to active env

$ flask run

Side information: The application is only tested in a window specific environment