/full-stack-challenger-shaw-and-partners

Full-stack project developed with typescript, nextJS, ExpressJS and <3

Primary LanguageTypeScript

FULL-STACK CHALLERGER Shaw and Partners

How to run the application tests

back-end

cd back-end

npm run test

front-end

cd ../front-end

npm run test

How to install the application

back-end

cd back-end

npm intall

front-end

cd ../front-end

npm intall

How to run the application

back-end

cd back-end

npm run dev

front-end

cd front-end

npm run dev