A website made for tuning exotic cars ranging from a Toyota Supra all the way to a Ford Mustang GT.
Preferred node.js version: v20.12.1 or newer
Before starting the project run the following commands:
cd Backend
npm iAnd for the frontend:
cd frontend
npm iYou also have to download MongoDB: https://www.mongodb.com/try/download/community
To run the code now run these commands:
Backend:
cd Backend
npm run devFrontend:
cd frontend
npm run dev