Best Flask open-source libraries and packages

Groceror

Groceror - Make your Grocer a sorceror
Updated 1 year ago

grocerer - A platform for any shop owner

  • An interface between the local grocery store owner and the consumer

  • Primarily a store owner driven platform as opposed to ind. decider

  • Allow the small business store to act like a supermarket

    • eg. rewards programs
  • Social good

    • building micro-communities

Prerequisites

  • Python 3.6 or higher
  • pip (Python package manager)
  • venv (Python virtual environment)

Installation

  1. Clone the repository: git clone git@github.com:lordlabakdas/groceror.git

  2. cd to app: cd groceror

Install Dependencies

  1. Create a virtual environment and activate it:
On Windows:
$ python -m venv venv
$ .\venv\Scripts\activate

On Mac/Linux:
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install the required packages using requirements.txt:
$ pip install -r requirements.txt

Running the application

  1. Run the application
$ uvicorn main:app --host 0.0.0.0 --port 8000 --reload
  1. Access the application ow you can access the application at http://localhost:8000 or http://<public-ip>:8000
Tags mysql python