Skip to content

harshil2628/CEN3031-2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

To download this using git, create a folder where you want to store this repository. Then run

git clone <link to this repositiory>

To run this open two terminals. On first the terminal run these commands

cd CEN3031-2024/CenProject/backend
npm i
npm start

On the second terminal

cd CEN3031-2024/CenProject/frontend
npm i
npm start

Then the website will host on localhost. Note if not working initially then on second terminal after opening backend run instead

node server.js

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • HTML 12.4%
  • CSS 11.1%