Skip to content

foodoasisla/backend

Repository files navigation

Food Oasis LA

CI Status

This is the repo for the backend of Food Oasis LA.

Technology Stack

Setup

Quickstart

  1. Install Postgres and start server.
  2. Clone app git clone https://github.com/foodoasisla/backend.git
  3. Make a virtualenv (python 3) mkvirtualenv --python=$(which python3) foodoasis
  4. Run the setup script: make setup

Detailed instructions are available in CONTRIBUTING.md

Architecture Notes

The backend will serve a REST API that will initially consist of types and locations of fresh food within Los Angeles.

The current .CSV datasets have been organized into the following general categories: Community Gardens, Farmer's Markets, Food Banks, Grocery Stores, Supermarkets & Convenience Stores.

Tutorials