Skip to content
/ weat Public

At the intersection of delivery and in-house dining, Weat makes preparing restaurant-quality food quick, easy, and fun.

License

Notifications You must be signed in to change notification settings

weatosd/weat

Repository files navigation


a meal delivery app toolkit

License codecov Build Status Code style: autopep8 Documentation Status

about the project

This project tracks the progress of weat Inc's application. The project is open source, and is meant to make creating a food delivery application easy. Feel free to contribute to this project, and to create any issues that you may find!

main features

Here are some of the features that we have built and are currently working on:

  • An intuitive database that mimics Firebase's Firestore, build using Python3.
  • An backend-api for interacting and serving data from the database.
  • Coming up: a frontend build from Python that mimics user actions

Quickstart Guide

First clone this repository

git clone https://github.com/weatosd/weat.git

Navigate to ./backend, specify the data you want the database to have in api.py's db = Database(data=initialData), where initialData follows the proper format, set the FLASK_APP environment variable to api (Flask's docs), and type flask run.

Documentation

Head over to weat's documentation!

Testing

  • pytest runs test_database.py that tests the Database's functions and structure.

license

Apache License 2.0

About

At the intersection of delivery and in-house dining, Weat makes preparing restaurant-quality food quick, easy, and fun.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages