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.
This repository uses npm for dependency management. To install yumble locally, in the root directory of the repository, run:
npm run install-full
Make sure to have installed the project first.
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.
Simply run npm start in the frontend folder or npm run start-frontend in the root folder.