Reviewed-on: sam/fuware#4
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
more information : Link
install pnpm
for front-end with command line:
npm i pnpm -g
install poetry
for back-end with command line:
curl -sSL https://install.python-poetry.org | python3 -
for more information please see here : Link
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
Languages
Python
92.2%
Dockerfile
5%
Shell
1.6%
Mako
1.2%