Skip to content

TheFlotingCat/websiteProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website built with FastAPI

Tools used for backend

  • FastAPI - backend logic
  • SQLite - database
  • SQLalchemy - database management

Tools used for frontend

  • Vanila JS (with HTML and CSS) - frontend
  • Jinja templates (with HTML) - for creating HTML templates

To enter virtual environment and install dependencies

python -m venv .venv
source .venv/bin/activate
make build

To run backend

make run

To clear db after run (recommended after every run)

make clear

About

Simple website using FastAPI, SQLite and sqlalchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published