This repository contains the code of a web application capable of analysing pollen samples in the format of the microscope from which the samples are taken, thus promoting automatic analysis.
-
Install the libraries and execute the frontend:
cd frontend/angular10 npm install npm i -g @angular/cli ng serve --open
-
Install the libraries and execute the backend:
cd DjangoAPI pip3 install -r ../requirements_django.txt python3 manage.py makemigrations python3 manage.py migrate python3 manate.py createsuperuser python3 manage.py runserver
Finally, you will be able to access the application: http://localhost:4200/
MIT