Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.14 KB

Mother To Mother Repository

Overview

Mother to Mother is a web application that automates outgoing and incoming dontion flows. It has both a user app and admin portal to it. The user app allows donoers/ requesters create profiles and record each of their donations. The admin portal allows admins to view all donations and requests and generate reports to better understand the donation flows.

Running the project

Running the backend

  • Navigate to the backend folder
MTM-Backend

and run

npm install

to install dependencies. Run

npm start

to start the server.

  • The server should be running on port 3001.

Running the frontend (React)

  • Navigate to the frontend directory
MTM-Frontend

and run

npm i

to install dependencies. Run

npm start

to start the frontend app.

Sources

For a more detailed guide on how to set up firebase, and an explanation of all involved steps and files, check out the guide below.