Best Flask open-source libraries and packages

Python Flask Sqlite RestApi WebApp

A cast agency web application project that manages companies and models in it. It contains Flask framework, flask_restful API , sqlite database and rendered templates. Agile used in this project. You can deploy over mod_wsgi.
Updated 2 months ago

Cast Agency Web App

A web application that manages models and companies for a casting agency with an admin panel. This project made for Software Engineering Course in ITU for using Agile methodologies in a Software Development Process. As an application it built on Python,Flask Framework and Sqlite database. Also application has the capability of serving models as an API to companies which are signed up.

Required Libraries For Venv

  1. You can download libraries by using

    • pip install libraryName
  2. Libraries

How to Run The Website

  1. Download The Project
  2. Check The settings.py for mail configurations
  3. Run server.py and your website is running in http://localhost:3000/
  4. Create an Admin For Admin Panel Login
  5. Go to http://localhost:3000/admin/
  6. Login to admin page and build your Agency

IMPORTANT: Note that you can find the following documentation in this reposit under DevOps directory.

Development Cycle In Agile Methodology

  1. MEETING

    • Define The Requirements
  2. DEFINE THE PROJECT

  3. USER STORIES

  4. EARLY SYSTEM MODELS

  5. FIRST SPRINT

  6. MEETING

    • Make a customer meeting to show to development process and check requirements again.
    • Make some commits.
  7. DATA MODEL

  8. SOFTWARE MODEL

  9. SECOND and THIRD SPRINT

Task List

  • [x] Make a meeting and define the requirements
  • [x] Define the Project and Create Project Charter
  • [x] Create User Stories
  • [x] Create Conceptual Model
  • [x] First Sprint
  • [x] Make a customer meeting and commit files for first version.
  • [x] Create Data Model and ER diagrams
  • [x] Create System Architecture
  • [x] Create Component Diagram
  • [x] Create Sequence Diagram
  • [x] Complete Second and Third Sprint
  • [x] Test Codes Completed

How to Deploy This Project ? (For example : Pythonanywhere)

  • Create an account from HERE
  • Create a Flask application from WEB.
  • After that upload your files under FILES.
  • Now you need to configure your virtualenv for used packages.Here is an explanation
  • You can use your website now.