An open API service indexing awesome lists of open source software.

https://github.com/dickwyn/recater

An online service dedicated to reducing food wasted from catering events
https://github.com/dickwyn/recater

asu hacks-for-humanity project-humanities social-justice

Last synced: about 1 year ago
JSON representation

An online service dedicated to reducing food wasted from catering events

Awesome Lists containing this project

README

          

# Recater
Food from catering events that are not eaten gets thrown out. This service allows caterers and local community members alike to benefit to serve needy individuals. Created at Hacks for Humanity 2018 at Arizona State University (Oct 7 - 8, 2018).

## Running the Project

**Installation**

Clone or fork this repository to your local machine:
```
$ git clone https://github.com/dickwyn/recater.git
```
Install the depencies with the following commands:
```
$ npm run client-install
```

**Prerequisites**

These services must be installed:
- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/en/download/)
- [NPM](https://www.npmjs.com/get-npm)

**Development Mode**

1. `$ npm start`
2. Browsersync can be accessed through `localhost:3000`

## License

The contents of this repository are covered under the [MIT License](https://github.com/dickwyn/table6/blob/master/LICENSE).