An open API service indexing awesome lists of open source software.

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

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`