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