Skip to content

EmotionDive/api-emotiondive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the main repository for the Emotion Dive API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •