<aside> 💡 This template provides context/instructions for the languages you use.
</aside>
Waza uses a stack based on JavaScript that will later use TypeScript once the project expands.
The application uses Next.JS as a React Framework. Using this framework for the development will make it faster during loading time, but also for the SEO. A quick starting guide can be found here:
We use Tailwind CSS for the style
Installation: Tailwind CLI - Tailwind CSS
To manage and interact with the database we use the ORM Prima. Currently, it uses SQLite however this can change in the future.
Prisma Documentation | Concepts, Guides, and Reference
TanStack Query | React Query, Solid Query, Svelte Query, Vue Query
This is an open-course authentication solution for Next.js applications.