This project was made using Vue 3 with Vite on Front-End and ExpressJS on Back-End.
-
Install pnpm and postgreSQL on your system
-
Add environment variables to your system based on
backend/db.jsandbackend/server.js
-
To build run
pnpm run build. Thedistfolder will be created insidebackend/. -
To run front-end in developer mode run
pnpm run dev. -
To Preview the project run
pnpm run preview.
-
Main backend file is
backend/server.js. -
Database file is
backend/db.js.