Best Flask open-source libraries and packages

ReST Directory

A ReST API Web Directory using Flask, as the project of my Flask Tuts Serie on YouTube
Updated 1 year ago

ReSTFul Web Directory

The second project of my Flask Tuts Series in Persian! We are going to develop a ReSTFul Web Directory using Flask, Each episode, has it's own branch

Episodes

  1. Store and Validate Data | Branch on Github | Video On YouTube
  2. Authentication | Branch on Github | Video On YouTube
  3. Upload files | Branch on Github | Video On YouTube
  4. Update/Delete Data | Branch on Github | Video On YouTube
  5. Deploy on Fandogh | Branch on Github | Video On YouTube

Setup and Run

  1. Clone the repo by $ git clone https://github.com/DarkSuniuM/ReST-Directory.git
  2. Go to cloned directory and create a virtual environment $ python3 -m virtualenv venv or py -3 -m virtualenv venv if you are using Windows!
  3. Activate the virtual environment using $ ./venv/bin/activate or $ .\venv\Scripts\activate.bat if you are using Windows!
  4. Install the requirements using $ pip install -r requirements.txt
  5. Copy .env.example to .env and fill in the keys.
  6. Run the migrations by $ flask db upgrade
  7. Run the project using $ flask run

The Serie

Playlist on YouTube

Ask your questions on the comments section in YouTube, I try to answer the ones I can!