** It requires to have python 3.3+ previously installed Use the package manager pip to install the requirements of the project.
py -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
Run the following command.
flask --app api --debug run
Afterwards, just head to http://127.0.0.1:5000/hello for a greeting.
Currently based on the Flask-RESTful documentation. Refer to Flask-RESTful site to learn about the usage in this project.
For info related to flask-sqlalchemy check the flask-sqlalchemy site.
For info related to flask-marshmallow check the flask-mashmallow site.
Don't forget to run the following command if you install some libraries.
pip freeze > requirements.txt