To run this project correctly, you must follow some steps:
Download the MongoDB and run: https://www.mongodb.com/try/download/community?tck=docs_server
You can also configure a DB online in https://www.mongodb.com
Install the backend and run:
In the folder "backend" you found all the steps
Install the frontend and run:
In the folder "frontend" you found all the steps
Or you can access the site: https://csnoboa.github.io/testview_site/#/
Just make sure your backend is running in http://127.0.0.1:5000/
Also there are automated tests for the backend in the folder "tests".