/cocktail-app

Cocktail randomizer

Primary LanguageJavaScript

Cocktail App (Backend)

Developed a backend application for a frontend cocktail drink randomizer. The application was made to produce a drink recipe with a name, category, type of glass, ingredients and instructions included. Routing was used to produce either all drinks or random drink, more functionality will be added in future iterations. Deployment made to Heroku.

Technologies

  • MongoDB (imported from .csv file)
  • ExpressJS
  • NodeJS

Installation

Clone repo to local machine

Run npm install to install required packages

In the terminal run command nodemon server

Open on Postman or run on browser using http://localhost:5000/cocktails to view data.