Skip to content

devsoc-unsw/trainee-kingsman-25t3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

25T3 Team Kingsman - Farm N Cram

๐Ÿ“ฆ Project Setup

This repository contains both frontend and backend environment setup instructions for Farm N Cram.

๐Ÿš€ Getting Started

1. Clone the repository

git clone https://github.com/devsoc-unsw/trainee-kingsman-25t3.git

2. Install dependencies

Starting from your root directory:

2.1. Frontend

cd Frontend

then run

npm install or npm i

2.2. Backend

cd backend

then run

npm install or npm i

3. Running the environment

3.1 Running the Frontend

In your frontend folder path

run npm run dev

3.2 Running the Backend

In your backend path

run npm run start:dev

3.3 View Database

In your backend path

run npx prisma generate or prisma generate

About

25T1 Training Program project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages