|
1 | 1 | # OpenEats Project
|
2 | 2 |
|
| 3 | +API Status: |
| 4 | +[](https://travis-ci.org/open-eats/openeats-api) |
| 5 | +[](https://coveralls.io/github/open-eats/openeats-api) |
| 6 | + |
| 7 | +Web Status: |
| 8 | +[](https://travis-ci.org/open-eats/openeats-web) |
| 9 | +[](https://coveralls.io/github/open-eats/openeats-web) |
| 10 | + |
3 | 11 | OpenEats is a recipe management site that allows users to create, share, and store their personal collection of recipes. This fork uses Django Rest Framework as a backend and React (with flux) as a front end.
|
4 | 12 |
|
5 | 13 | The usage for the app is intended for a single user or a small group. For my personal use, I would be an admin user and a few (about 5-6) friends and family would be normal users. Admin users can add other users to the project (no open sign-ups), make changes to the available Cuisines and Courses, and add to the homepage banner. Normal users just have the ability to add recipes. Below are a few of the core features the app provides.
|
6 | 14 |
|
7 |
| -- Creating, viewing, and editing recipes. |
| 15 | +- Creating, viewing, sharing, and editing recipes. |
| 16 | +- Update Serving information on the fly. |
8 | 17 | - Browsing and searching for recipes.
|
9 |
| -- Creating grocery lists |
| 18 | +- Creating grocery lists. |
| 19 | +- Automatically add recipes to your grocery lists. |
10 | 20 | - Quickly print recipe.
|
11 |
| -- Linking recipes and ingredient grouping |
| 21 | +- Linking recipes and ingredient grouping. |
| 22 | + |
| 23 | +### [Read the docs on getting started here!](https://github.com/open-eats/OpenEats/blob/master/docs/Running_the_App.md) |
| 24 | + |
| 25 | +### [The Update guide can be found here!](https://github.com/open-eats/OpenEats/blob/master/docs/Updating_the_App.md) |
12 | 26 |
|
13 | 27 | # Contributing
|
14 | 28 | Please read the [contribution guidelines](https://github.com/open-eats/OpenEats/blob/master/CONTRIBUTING.md) in order to make the contribution process easy and effective for everyone involved.
|
| 29 | + |
| 30 | + For a guide on how to setup an environment for development see [this guide](https://github.com/open-eats/OpenEats/blob/master/docs/Running_the_App_in_dev.md). |
0 commit comments