Skip to content

cornellh4i/lagos-volunteers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Lagos Food Bank Initiative

Lagos Food Bank Initiative is a non-profit organization that aims to reduce food waste and hunger in Lagos, Nigeria.

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

This project aims to develop a volunteer management system for Lagos Food Bank Initiative. The system will allow volunteers to sign up for shifts, and for LFBI to manage volunteers and hours.

Built With

  • Next
  • React
  • Express
  • Postresql

Getting Started

Folder structure

.
├── frontend      # Next.js client
├── backend       # Express server
└── README.md

Prerequisites

  • Nodejs
  • PostreSQL
  • Docker

Installation

  1. Clone the repo
    git clone https://github.com/cornellh4i/lagos-volunteers.git
  2. Start the client
    cd frontend
    yarn install
    yarn run dev
  3. Start the server
    cd backend
    yarn install
    yarn run backend

Note: See individual project files for more information on how to build and deploy the project.