Skip to content

Moniarchy/food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Low Hanging Fruit

This application will enable food sharing between neighbors, who can contact each other to trade food or leave a notice saying that they've got food to give away. Later on, this app will show events in the area where food is being given for free or low cost.

Contributing

Interested in contributing? Check the contributing guide when it is live for our code quality standards, information about how to pick a ticket or file one for a requested feature, and for our git flow process.

Set Up

  1. Fork this repository.
  2. Clone your repository to your local machine: $ git clone https://github.com/yourgithubnamehere/LowHangingFruit.git
  3. Switch into the correct directory: $ cd LowHangingFruit/server
  4. Install all node packages: $ npm install
  5. Create a postgres database called lowhangingfruit.
  6. Create a .env file: $ touch .env
  7. Add a variable called DATABASE_URL and set it to postgres://whoami@localhost:5432/lowhangingfruit
  8. Start the app with $ npm start

About

Food I said

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published