This is the front part of the Uniser application. It is a web application that allows users to manage greenhouses. You can find the back part of the application here.
You can run the application in 2 ways.
- Node v. >= 18.0.0
At the root of the project, run the following:
npm install
To launch the application run the following:
npm run dev
- Docker v. >=24.0.7
- Docker Compose v. >= 2.23.0
At the root of the project, run the following:
docker-compose up -d
You can now navigate to