Skip to content

MealMatters is a webapp designed to overcome student food insecurity by connecting students with nearby restaurants that provide free meals.

License

Notifications You must be signed in to change notification settings

adityanandanx/MealMatters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MealMatters

Introduction:

MealMatters is a webapp designed to overcome student food insecurity by connecting students with nearby restaurants that provide free meals. The webapp facilitates student registration, enabling them to view a list of nearby restaurants offering free meals and request coupons from the organization. Donors can also register for an account and make donations to the organization, which utilizes these funds to reimburse restaurants for meals provided to students. MealMatters aims to increase student access to free meals, alleviate the financial burden of food insecurity, raise awareness of the issue, and encourage support for student food insecurity initiatives.

Tech Stack:

Configure and run on local environment

Project directory/folder structure:

  • client (Frontend) : This folder contains all the code related to Frontend part.
  • server (Backend) : This folder contains all the code related to Backend part.

Setting up project locally (Installation) :

  1. Fork the repository

  2. Clone Your Forked Repository:

git clone https://github.com/<your_username>/MealMatters.git

Client (Frontend)

  1. Navigate to the Client Directory:
cd MealMatters/client
  1. Install Dependencies:
npm install
  1. Start the Application:
npm run dev

The client will be running on http://localhost:5173/ in your browser.

Server (Backend)

  1. Navigate to the Server Directory:
cd MealMatters/server
  1. Install Dependencies:
npm install
  1. Start the server
npm start

Note : Create a .env file in the root of server directory and add the following entities in that .env file

MONGO_URL = mongodb+srv:<YOUR_MONGODB-ATLAS_CONNECTION_STRING_URL>
PORT = 5000
JWT_SECRET = <YOUR_SECRET_KEY>

Refer this image for MONGODB-ATLAS_CONNECTION_STRING_URL : Link

How to contribute 👨‍💻

Connect with Project Admin :

Anup Khismatrao

License 🛡️

MealMatters is licensed under the MIT License - see the LICENSE file for details.

About

MealMatters is a webapp designed to overcome student food insecurity by connecting students with nearby restaurants that provide free meals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 5.5%
  • HTML 0.7%