IDG3006 || Smart parking system for NTNU
To get a local copy up and running follow these simple steps.
- Navigate to a folder where you would like to store the repo
- Clone the repo
git clone https://github.com/icanseetime/ntnu-smart-parking.git
- Install all dependencies by running
npm run full-install
in the terminal
-
Create a .env file in the
backend
folder and addPORT=<Your preferred port number> DATABASE_URL=<Your MongoDB database URL>
-
Start the project by running
npm run full-start
, which should open up the project in your default browser -
Go nuts