git clone https://github.com/Dym03/Project_VAJ.git
npm install
cd frontend
npm install
cd ../backend
npm installcd backend
npm run devcd frontend
npm run devcd frontend
npx eslint .
(optional): npx eslint . --fix
cd ../backend
npx eslint .
(optional): npx eslint . --fix-
- controllers Takes care of logic
- models Takes care of database connection
- routes Takes care of routes
- prisma Takes care of database, definition of models
-
- src
- components Components used in the app
- routes Store load functions and actions for export
- main Defines routing for the project
- App Main component of the app, take care of the navbar
- src