- React
- Express
- Prisma (ORM database modelling)
- Postgres
- Install all modules needed for this project
- running the following commands you just need to copy and paste the command below to terminal
- cd client && npm install && cd .. && cd server && npm install && cd ..
- once that is done then run the following command to run the server for vim
- npm run term
- this command will then run Prisma, react and node all in a separate tab in gnome-terminal
- Install all modules needed for this project
- running the following commands you just need to copy and paste the command below to terminal
- cd client && npm install && cd .. && cd server && npm install && cd ..
- Once that is done then run the server in the terminal, this will run react, node and prisma
- npm start