Materia is a simple and fast cloud storage
Go to file
2024-07-31 18:04:34 +05:00
src/materia fix optional package materia-frontend 2024-07-31 18:04:34 +05:00
tests rename materia_server -> materia, serve spa via backend + assets 2024-07-31 16:37:04 +05:00
workspaces/frontend rename materia_server -> materia, serve spa via backend + assets 2024-07-31 16:37:04 +05:00
.gitignore new: reconstruct project 2024-06-17 19:52:24 +05:00
alembic.ini rename materia_server -> materia, serve spa via backend + assets 2024-07-31 16:37:04 +05:00
flake.lock new: reconstruct project 2024-06-17 19:52:24 +05:00
flake.nix rebase project and workspaces 2024-07-31 14:59:22 +05:00
LICENSE base project setup 2024-05-07 16:49:30 +05:00
pdm.lock rebase project and workspaces 2024-07-31 14:59:22 +05:00
pyproject.toml fix optional package materia-frontend 2024-07-31 18:04:34 +05:00
README.md project config, db partially broken migrations, partially broken flake 2024-05-08 23:13:23 +05:00

materia

Materia is a file server.

Database migrations

# Initialize
alembic init -t async src/db/migrations 

# Autogenerate new migration 
alembic revision --autogenerate -m "Initial migration"

# Apply the migration
alembic upgrade head

# Rollback the migration 
alembic downgrade head

License

materia is licensed under the MIT License.