Backend
- Clone SmartMat using:
For SSH:
`git clone git@gitlab.stud.idi.ntnu.no:idatt2106-v23-03/backend.git`
For HTTPS:
`git clone https://gitlab.stud.idi.ntnu.no/idatt2106-v23-03/backend.git`
-
Change directory:
cd backend
-
Install dependencies and create JAR
mvn clean install
-
Or, run the application directly
mvn spring-boot:run
It is also possible to run the back-end using "Docker" go to README file for more information.
Front-end
- Clone SmartMat using:
For SSH:
`git clone git@gitlab.stud.idi.ntnu.no:idatt2106-v23-03/frontend.git`
For HTTPS:
`git clone https://gitlab.stud.idi.ntnu.no/idatt2106-v23-03/frontend.git`
-
Change directory:
cd frontend/SmartMat
-
Install dependencies etc.
npm install
-
Run as developer on localhost:
npm run dev
Further information, see: https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html