"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."
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]
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