Skip to content

A Mobile app that detects any leaf and describes its details. Backend: FastApi, Postgresql. Frontend: Andriod Java

Notifications You must be signed in to change notification settings

Yash-Koshti/Leaf_Species_Detection

Repository files navigation

Leaf_Species_Detection

Docker build

docker compose --env-file .env.development up --build

NOTE:

  • Access token on Github will expire on 18th August, 2024
    • Here is how you can create it.

Migrations

How to create

alembic revision --autogenerate -m "<your_message>"
  • This will create a new migration.
  • It will revise the changes needed to do in DB.
  • This is similar to staging changes in git.

How to apply changes

alembic upgrade head
  • This will apply the latest changes.
  • You can even rollback from here.

How to rollback

alembic downgrade head
  • This will downgrade the db to a migration back.
  • This will apply the changes which were in the just previous revision.

About

A Mobile app that detects any leaf and describes its details. Backend: FastApi, Postgresql. Frontend: Andriod Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published