Skip to content

Python | Flask + SQLite demo | Not for actual use!!! | My weird personal design as a bonus...

Notifications You must be signed in to change notification settings

Mares1492/companies-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

companies-handler | test app

Install and run instruction

First clone this repo(or get it any other way) and open project directory on your computer using CLI

In project directory run python -m venv venv to create a virtual environment

Access virtual environment by running:

  • source venv/bin/activate on Linux 🤓
  • venv\Scripts\activate on Windows 🦝

Install dependencies by running pip install -r requirements.txt

Dependencies are actually just flask + sub-dependencies so you can install flask instead

Initialize the database by running py init_db.py

Now you should be able to run flask run and start the app

By default app is available at 127.0.0.1:5000

Should look something like this

image image image image image image

DB model

companies-handler-2025-01-20_00-48

About

Python | Flask + SQLite demo | Not for actual use!!! | My weird personal design as a bonus...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published