Jaysce / yumble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.7%Language:CSS 9.6%Language:HTML 1.7%