Web application for academic staff assessment. The goal of the project is to make anonymous feedback interface and availability to represent output data in a user-friendly format. The main target is making web application that is available for Innopolis University-related group of students, administration and professorship to collect, process and represent data.
The development team uses vue.js with vuetify plugin for the frontend part and flask for the backend. Instructions to launch the application on local storage with docker:
- You need to install Docker
- Clone this project on your computer
- With terminal go to directory web_app_swp
- In terminal run
docker-compose up --buildThis command create image for this project and starts the application on http://localhost/
P.s. If you want to rerun a container in the background, just run
docker-compose up -d <container-name>P.s.2. If you want to rebuild and rerun the container
docker-compose up -d --build <container-name>Possible options for <container-name> are:
- backend
- frontend
- nginx
Write to @ma_evgor via Telegram if you have any problems with installation
