Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 399 Bytes

Mahestan API

  • You can find front-end part of this project here.
  • This api is deployed here.

How to run this api locally?

  1. Install following packages using pip:

pip install Flask

pip install Flask-RESTful

pip install Flask-Cors

  1. Run this command in project root: python app.py

  2. Done!