Skip to content

olly192/asset-forge

Repository files navigation

Asset Forge

Creating a Docker image

  1. Clone the repository
git clone https://github.com/olly192/asset-forge.git
  1. Change directory to the repository
cd asset-forge
  1. Install the required packages
bun install
  1. Build the application
bun run build
  1. Build the Docker image
docker build -t olly192:asset-forge .
  1. Run the Docker compose file
docker compose up -d

Setting Up the Production Database

bunx prisma migrate diff \
--from-empty
--to-schema-datamodel prisma/schema.prisma \
--script > prisma/migrations/0_init/migration.sql
bunx primsa migrate deploy

TODO

  • Bookings
  • Recurring bookings

About

An asset management system written in SvelteKit.

Resources

License

Stars

Watchers

Forks