Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Yumble is an application for you and your friends to match up with a restaurant to go and eat together!

License

Notifications You must be signed in to change notification settings

SiyuQian/yumble

 
 

yumble

Yumble is an application designed to help you find food with your friends. An innovative combination of dating apps such as Tinder and Bumble, with fast paced competitive apps such as Kahoot, Yumble helps you and your friends find food, fast. The website can be found here.

Please review the documentation for information and guidelines on the software.

Installation

This repository uses npm for dependency management. To install yumble locally, in the root directory of the repository, run: npm run install-full

Starting the application

Make sure to have installed the project first.

Backend

Before starting the backend, you will need to create a .env file in the backend folder. Put your teams dev environment Mongo Atlas key (see how to make a Mongo Atlas dev database) in the .env file, prefixed with ATLAS_URI=.

To start the backend after adding the .env file, run npm start in either the root or backend folder.

Frontend

Simply run npm start in the frontend folder or npm run start-frontend in the root folder.

About

Yumble is an application for you and your friends to match up with a restaurant to go and eat together!

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • CSS 9.6%
  • HTML 1.7%