https://github.com/colburncodes/food-bridge-backend
Backend Server for frontend FoodBridge web application
https://github.com/colburncodes/food-bridge-backend
Last synced: 4 months ago
JSON representation
Backend Server for frontend FoodBridge web application
- Host: GitHub
- URL: https://github.com/colburncodes/food-bridge-backend
- Owner: colburncodes
- Created: 2023-04-28T23:14:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T23:27:08.000Z (about 3 years ago)
- Last Synced: 2025-10-30T22:40:16.415Z (7 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoodBridge
FoodBridge is a web application that aims to address food insecurity and food deserts by connecting local farmers and food banks with community organizations and volunteers to distribute fresh produce and other healthy foods to underserved populations. This repository contains the Node.js backend for the FoodBridge web application, which includes the following features:
## Features
- RESTful API endpoints for managing users, routes, products, stores, and other resources
- Integration with SendGrid to send email notifications to users and volunteers
- Integration with the Cigo tracker API to monitor delivery routes and track product inventory
- Authentication and authorization using JWT tokens
- Database migrations using MongoDB database
- Automated testing using Jest
- Continuous integration and deployment using Google Cloud
## Tech Stack
`Server: Node, Express, Mongoose, JWT, GCP`