First things first: Play around with the demo and then come back to see how it was built :)
IMPORTANT: Those two demo cards contain all you need to continue with the application process.
Welcome! I hope you enjoy exploring this repository as much as I enjoyed building it and learning new technologies along the way. Here, you'll find both the backend and frontend code for the assignment. Happy code reviewing!
backend/
- Contains the backend code (Node.js, Fastify, Prisma, PostgreSQL).frontend/
- Contains the frontend code (Next.js, ReactJS, Mantine UI).
Clone the repository:
git clone https://github.com/javiio/v-subjects.git
cd v-subjects
Follow the instructions provided in the respective README.md
files located in the backend
and frontend
folders.