This repository contains both frontend and backend environment setup instructions for Farm N Cram.
git clone https://github.com/devsoc-unsw/trainee-kingsman-25t3.git
Starting from your root directory:
cd Frontend
then run
npm install or npm i
cd backend
then run
npm install or npm i
In your frontend folder path
run npm run dev
In your backend path
run npm run start:dev
In your backend path
run npx prisma generate or prisma generate