Skip to content

Flutter project for an inventory app that will primarily be used to keep track of freezer inventory

License

Notifications You must be signed in to change notification settings

Chuset21/Inventory-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory App

Flutter project for an inventory app that will primarily be used to keep track of freezer inventory.

Before running the flutter app

Before running the flutter app, auto generate the necessary files by running:

dart run build_runner build

Running the Appwrite server

You must have Docker CLI installed to run the appwrite server.
Appwrite requires Docker Compose Version 2. To install Appwrite, make sure your Docker installation is updated to support Composer V2.

Starting the Appwrite server

In the appwrite directory, run the following command:

docker compose up --remove-orphans

Note: If you would prefer to run this service in the background, use:

docker compose up -d --remove-orphans

Stopping the Appwrite server

In the appwrite directory, run the following command:

docker compose stop

Uninstalling the Appwrite server

In the appwrite directory, run the following command:

docker compose down -v

About

Flutter project for an inventory app that will primarily be used to keep track of freezer inventory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published