Best Flask open-source libraries and packages

Flask_MongoDB_Starter

Flask and mongodb starter package for rest api
Updated 1 year ago

Flask and MongoDB Starter

- Flask and MongoDB Project Structure (Rest Api) -

github|tolgabayra tolgabayrak

Tech

Dillinger uses a number of open source projects to work properly:

  • Flask
  • JWT
  • MONGODB
  • PYMONGO

Installation

Dillinger requires Python v3.7+ to run.

Install the dependencies and run the server.

python3 -m venv env
source env/bin/active
pip install flask jwt pymongo python-dotenv

flask run

Note: Dont forget the env environment variable!