Skip to content

TechnoTrumpet/pantry-for-good

 
 

Repository files navigation

This repository is for the Pantry-for-Good application designed by Open Source for Good Contributors at freeCodeCamp.

You can test it out by deploying to Heroku:

Deploy

The button creates an admin account with username admin@example.com and password password.


Quick Start Steps:

  1. Install Node.js and MongoDB
  2. Start MongoDB
  3. git clone https://github.com/freeCodeCamp/Pantry-for-Good.git
  4. cd Pantry-for-Good
  5. npm install
  6. npm run dev
  7. Open http://localhost:8080 in your web browser
  8. Login with username admin@example.com password password

Detailed local development installation steps

You'll need to have a Node.js version > 6 installed. Either use your OS's package manager or follow the installation instructions on the official website.

This app uses MongoDB as its database engine. Follow these instructions to install it locally and start the MongoDB server on your machine.

Install git if it is not already installed. To clone this repository to your local machine, open a command line interface and navigate to the directory where you would like to install the app. Then run git clone https://github.com/freeCodeCamp/Pantry-for-Good.git

Move to the Pantry-for-Good directory and run the npm install command to install the application dependencies.

Type npm run dev to start the application in development mode. If all goes well, it will be available at http://localhost:8080. The application is pre-populated with an administrator account with username admin@example.com and password password.


Installing API keys

To use all the features of this application you will need to obtain API keys and install them in the application. Make a copy of the server/config/env/secrets-template.js file in the same directory and rename it secrets.js. After following the instructions below to obtain API Keys, put your keys in this file.

Google Maps API key required for the deliveries feature

Google API that will allow the application to work with google accounts.

Sendgrid email service API. Required for the password reset by email to work.

  • Register for a trial account or deploy the app and get the username/password from the heroku config vars
  • Go to Settings > API Keys and create a key
  • Paste the key in secrets.js or the SENDGRID_API_KEY config var of your deployed app.

Contributing

We welcome pull requests from seasoned Javascript developers. Please read our guide first, then check out our open issues.

About

An open source food bank logistics and inventory management tool

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.5%
  • Other 1.5%