Skip to content

Currently working on many changes including upgrades, migrations, etc from 3 years of being stale. Project to simplify display and import from logbook files from various schools/jobs. Small project but could expand in the future to add automatic night hours and more.

License

Notifications You must be signed in to change notification settings

jfladhq/pilot_logbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL

Pilot Logbook

Logbook to track pilot flying miles using FastAPI, SQLAlchemy, Alembic for backend and React for the frontend. I will be creating this using Docker files to be able to run everything just by running the docker.yml file. (Currently work in progress)

Will need to use my forked version of FastAPI CRUDRouter

Common commands you might have to use:

alembic revision --autogenerate -m "Description" -- Used to compare local model changes with database
alembic upgrade head -- Used to push model changes to database
alembic history
alembic downgrade -"Number of revisions"
alembic downgrade "Revision Number"
pipreqs --encoding=utf8 --force --ignore .venv

Install fastapi-crudrouter pre 2.0 SqlAlchemy
pip install git+https://github.com/jfladhq/fastapi-crudrouter.git@master

About

Currently working on many changes including upgrades, migrations, etc from 3 years of being stale. Project to simplify display and import from logbook files from various schools/jobs. Small project but could expand in the future to add automatic night hours and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •