/mix-match

Cocktail Finder App

Primary LanguageTypeScript

Mix-Match

JavaScript Express.js Node.js TypeScript React Postgres Prettier

Features

Mix-Match is an open source application that provides cocktail recommendations based off of the users available ingredients. It also provides user accounts, popular cocktail recommendations, user saved favorite cocktails, and ingredient lists/instructions for each cocktail.

  1. JWTs and bycrypt: Secure storage of user data and authenticated user sessions.
  2. Intuitive User Interface: Mix-Match is built with the user in mind! An intuitive main page with easy navigation between the different pages.
  3. Cocktail API: Access to thousands of popular cocktails and custom cocktails through our API.

Installation

  1. Ensure that you have the required prerequisites installed:
  1. Fork and clone the repository
  2. Navigate to the root project directory and install dependencies
npm install
  1. In the root directory, to start the client run npm start
npm start
  1. In another terminal, cd into server and run npm run server
cd server
npm run server