#PNPM monorepo
This is a monorepo for showcasing different technoligies and tools. The main goal is to have a single place where we can see how different tools and technologies can be used togheter. But all using the same data and solving the same problem.
The apps have some fairly simple usecases:
- List all the commits
- Create a new commit
- Update a commit
packages/
- contains all the packages and shared UI componentsapps/
- contains all the appsserver/
- contains all the tools
The apps and servers that are used togheter will share the same name.
The data is stored in a supabase database, and is based on the Ignite commits until 16. of March 2024.
Crud
- All the usecases are implemented with a simple CRUD API