/Foodbar

Foodbar

Primary LanguageJava

Foodbar Recipe

Recipe Organizer

Foodbar is an easy to use, all-in-one recipe organizer that lets create and share your recipes. Also discover hundreds of other recipe from your fellow users and follow them.

Software requirements

  • JDK 19
  • MonogDB version 6

Installing MongoDB on MacOS

xcode-select --install
brew tap mongodb/brew
brew update
brew install mongodb-community@6.0

Instructions for Linux and Windows.

$ java -version
#openjdk version "19.0.1" 2022-10-18

Starting MongoDB

brew services start mongodb-community@6.0

Stopping MongoDB

brew services stop mongodb-community@6.0

Start MongoDB Shell

mongosh

Create database named recipe

use FoodBar

Running app

git clone https://github.com/CSC207-2022F-UofT/course-project-group-92.git
cd course-project-group-92
./gradlew run