A modern and simple Inventory Management System.
WIP
For hosting, analytics and speed monitoring we use Vercel.
- Sveltkit
- Skeleton Ui for components and themes
- Superforms for form validation and user feedback
- Zod for form validation
- Prisma with Cockroach DB for working data
This is the current auth implementation in Prod.
- Lucia Auth for Session and User managment
- Prisma as the ORM
- Cockroach DB as Database (managed serverless cluster)
Possible future test as an exercise.
- Find an Issue to contribute to/make a new issue with a feature or change
- Fork master
- Pull the Fork to your local machine
- Install all dependencies
npm install- test if everything works locally
npm run dev- Happy coding!
- Commit your changes locally
- Sync these changes with your fork
- Make a pull request to here