Skip to content

RevolutionTech/seared-quail

Repository files navigation

Seared Quail

A web application for digital restaurant menus

Deprecated

This project is no longer being maintained by the owner.


CI codecov Codacy Badge

Seared Quail

About

Seared Quail is an open-source digital restaurant menu web application. Below are instructions for setup and deployment for which you can create your own Seared Quail instance in a restaurant setting. Once your instance is deployed you can customize the menu in the Django admin interface for your restaurant. You are also welcome to fork the project and make changes specific to your use case as per the license provided in this project.

Setup

Prerequisites

Seared Quail requires PostgreSQL to be installed.

Installation

Use poetry to install Python dependencies:

poetry install

Configuration

Seared Quail reads in environment variables from your local .env file. See .env-sample for configuration options. Be sure to generate your own secret key.

With everything installed and all files in place, you may now create the database tables. You can do this with:

poetry run ./manage.py migrate

About

A digital restaurant menu web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published