This is a frontend web for the thesis project.
- Node.js (v18.0.0 or higher)
- npm (v8.0.0 or higher)
- backend-service
- Clone the repository
- Run
npm install
(ornpm ci
if you have problems) to install the dependencies - Copy the
.env.example
file to.env
and fill in the environment variables - Done!
npm run start