All Projects → freeCodeCamp → Pantry For Good

freeCodeCamp / Pantry For Good

Licence: other
An open source food bank logistics and inventory management tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pantry For Good

apparelo
Frappe application to manage the manufacturing workflows in the garment industry. Reach us out at [email protected]
Stars: ✭ 26 (-92.57%)
Mutual labels:  inventory-management
Inventory-Management-System
Inventory Management System by asp.net and MSSQL
Stars: ✭ 27 (-92.29%)
Mutual labels:  inventory-management
Grocy
ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
Stars: ✭ 3,602 (+929.14%)
Mutual labels:  food
GardenHub
Improve urban food distribution by connecting community gardeners with pickers 🍆
Stars: ✭ 15 (-95.71%)
Mutual labels:  food
online-menu-cloud-kitchen-and-food-delivery-system
Most Advance online restaurant menu, food delivery system, online restaurant menu, free online restaurant menu, free online restaurant menu app, online restaurant menu service provider
Stars: ✭ 16 (-95.43%)
Mutual labels:  food
copenramen
This is my take on a (easy) ramen soup with chasu. Please contribute and give feedback.
Stars: ✭ 12 (-96.57%)
Mutual labels:  food
JavaFX-Point-of-Sales
Point of Sales with inventory management system
Stars: ✭ 162 (-53.71%)
Mutual labels:  inventory-management
Openfoodfacts Server
Open Food Facts database and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff
Stars: ✭ 325 (-7.14%)
Mutual labels:  food
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-93.14%)
Mutual labels:  food
Karrot Frontend
Web application for organization of foodsaving groups worldwide - frontend code and central location for feature planning. For server-side code, go to https://github.com/yunity/karrot-backend
Stars: ✭ 256 (-26.86%)
Mutual labels:  food
nutri.gram
Nutrition is the main source of life and although it has been our secondary instinct to check for nutritional value in the food we eat, the effect any diet has on our body and health is consequential. From the fact which connotes the value of nutrition in our diet, springs the idea of nutri.gram. nutri.gram is a mobile application that scans the…
Stars: ✭ 21 (-94%)
Mutual labels:  food
hotpotato
Hotpotato is a space for chefs to display their creations. Follow your favorite chef. Like your favorite recipes. And find the latest gluten-free, vegetarian, and multi-culinary recipes.
Stars: ✭ 13 (-96.29%)
Mutual labels:  food
BakingApp
🍛🍴 This app allows a user to select a recipe and see video-guided steps for how to complete it, showcasing MVVM, Retrofit, ExoPlayer with lifecycle components, Master/Detail Flow, Widgets.
Stars: ✭ 18 (-94.86%)
Mutual labels:  food
product crawler
The Open Source Search Engine for Product Components
Stars: ✭ 23 (-93.43%)
Mutual labels:  food
Asp.net Core Inventory Order Management System
Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.
Stars: ✭ 301 (-14%)
Mutual labels:  inventory-management
DeepBeerInventory-RL
The code for the SRDQN algorithm to train an agent for the beer game problem
Stars: ✭ 27 (-92.29%)
Mutual labels:  inventory-management
openfoodfacts-go
Go Wrapper for Open Food Facts
Stars: ✭ 34 (-90.29%)
Mutual labels:  food
Growstuff
Open data project for small-scale food growers
Stars: ✭ 339 (-3.14%)
Mutual labels:  food
Openboxes
OpenBoxes is a supply chain management system designed to manage inventory and track stock movements for healthcare facilities.
Stars: ✭ 309 (-11.71%)
Mutual labels:  inventory-management
FoodCraft-Reloaded
Reloaded version of FoodCraft.Original repository:https://github.com/InfinityStudio/FoodCraft
Stars: ✭ 27 (-92.29%)
Mutual labels:  food

Build Status Docker Repository on Quay Join the chat at https://gitter.im/FreeCodeCamp/pantry-for-good

This repository is for the Pantry-for-Good application designed by Open Source for Good Contributors at freeCodeCamp. For deployment instructions see the deployment guide.

If you'd like to contribute, the contributing guide explains the git workflow and the developers guide gives an overview of how the app works. The open issues are a good place to start, or you can try the app and add your own issues. If you get stuck or need help with something, feel free to leave a comment.

Some issues are quite large, don't feel like you have to finish them, it's ok. Little bits help too! Start slow!

There's a demo app hosted at https://pantry-for-good.herokuapp.com, though it might be a bit behind the current version.

Installation


Local installation summary:

  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. Make sure you're on the 'staging' branch (git branch), otherwise run git checkout staging
  6. npm install
  7. npm run dev
  8. Open http://localhost:8080 in your web browser
  9. Login with username [email protected] 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 [email protected] as username and password as 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. After following the instructions below to obtain API Keys, put your keys in the file server/config/env/secrets.js.

1. gmapsApiKey

Google Maps API key for the deliveries feature. Currently, this key needs to be entered in the general settings page of your local instance of the application.

2. oauth

Google+ API for allowing users to register/login with google.

3. sendgrid

Sendgrid email API for sending emails.

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].