School assignment for the course dataprocessing where an API must be created.
- For this assignment is the following dataset used: Link
- The API is made in Python version 3.9.
- The documentation of the API can be found on: Link
-
Make sure you have at least version 3.9 of Python installed
-
Clone this repository Clone link
-
Open the file in PyCharm or a other code editer with Python version 3.9 support
-
Install all the requirements, which can be found in the requiremenst file in this repository
- You can install the requirements manualy in PyCharm by using Ctrl + Alt + S to open the settings
- Go to Project and then to Python interpreter and make sure you have all requiremenst installed
-
If there are no errors you can start the application by hitting Shift + F10
-
Then go to http://127.0.0.1:5000/ to view the application
- Mark Benjamins - Still working on this project: GitHub