Project created to work as the personal API that my personal portfolio will use to keep my information up to date. The objective is to have it as a API that I can access to update anything related to my professional/career information without make modifications in the Front-End.
- Python 3.8.10
- Flask 2.0.1
Use the package manager pip to install all the dependencies.
pip install -r requirements.txt
You can clone and adjust the code to your preferences as well as change the architecture of the API and its endpoints. To run it just run the following command in the root of the project.
python3 wsgi.py
If you have any problem or doubt feel free to open a issue.
Portfolio of the contributor