- Move your terminal to the frontend folder and type in
npm i
- Move your terminal to the backend folder and type in
npm i
- Set up your database using the
init.sql
file - Start the backend with
npm start
- Start the frontend with
npm run dev
on another terminal. - Move to the site on the link: http://localhost:5173/