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
- Host: GitHub
- URL: https://github.com/dickwyn/recater
- Owner: dickwyn
- License: mit
- Created: 2018-10-06T20:10:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T18:24:38.000Z (over 7 years ago)
- Last Synced: 2025-03-29T09:22:46.025Z (about 1 year ago)
- Topics: asu, hacks-for-humanity, project-humanities, social-justice
- Language: JavaScript
- Homepage:
- Size: 280 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).