Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.02 KB

Emotion Dive API

Installation

** 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

Execution

Run the following command.

flask --app api --debug run

Afterwards, just head to http://127.0.0.1:5000/hello for a greeting.

Documentation

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.

Contributing

Don't forget to run the following command if you install some libraries.

pip freeze > requirements.txt