2024-06-01 12:34:20 +00:00
2024-06-01 12:34:20 +00:00
2024-05-09 16:01:32 +00:00
2024-04-26 03:55:21 +00:00
2024-05-09 16:01:32 +00:00
2024-05-09 16:01:32 +00:00
2024-04-26 03:17:57 +00:00
2024-06-01 12:34:20 +00:00
2024-06-01 12:34:20 +00:00
2024-06-05 04:48:43 +00:00

fuware

the warehouse use to tracking item in house

Project setup

install Taskfile first with this command line:

  • for macOS, linux:

    brew install go-task
    
  • for windows:

    winget install Task.Task
    

    or

    npm install -g @go-task/cli
    

install pnpm for front-end with command line:

npm i pnpm -g

Common CLI

alembic

generate migration

alembic revision -m "version message"
alembic upgrade head
alembic history
alembic current
alembic downgrade -1
alembic upgrade +1

generate migration auto code

alembic revision --autogenerate -m "version message"

Back-end

Usage

task be

Front-end

Usage

task fe:i

Learn more on the Solid Website

Available Scripts

In the project directory, you can run:

task fe

Deployment

Learn more about deploying your application with the documentations

Description
the warehouse use to tracking item in house
Readme 3.1 MiB
Languages
Python 92.2%
Dockerfile 5%
Shell 1.6%
Mako 1.2%