Bootcamp de NextJs oferecido pelo Venturus no dia 19/02/2022.
Instal requirements in both front and backend. To do so:
cd backend && npm -i cd ../frontend && npm -i
Prepare enviroment to run server and client. To do so:
cd backend && mkdir uploads cd ../frontend && cp.env.local.sample .env.local
Run server and client. Open to shells and run the following commands:
Server
npm start
Client
npm run dev
Application is now running at http://localhost:3001