Fullstack from Technologies used ✅ React ✅ MaterialUI with Styled Components ✅ React Hook Form with Yup ✅ React Testing Library ✅ Nest.js ✅ Prisma ORM ✅ SQLite How to run the app? Setup back-end ▶️ open terminal ▶️ navigate to api folder cd api ▶️ run script npm start Setup front-end ▶️ open second terminal ▶️ navigate to client folder cd client ▶️ run script npm start How to run the tests? Run back-end tests ▶️ open terminal ▶️ navigate to api folder cd api ▶️ run script npm test Run front-end tests ▶️ open terminal ▶️ navigate to client folder cd client ▶️ run script npm test