Skip to content

DaveTheWebDev/fullstack-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is simple fullstack form for recrutment task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published