Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 942 Bytes

File metadata and controls

40 lines (27 loc) · 942 Bytes

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