Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍹 Bar Book

A personal cocktail recipe app built as a self-directed project while working as a bartender. Bar Book lets you browse, save, and manage cocktail recipes — born out of a genuine need to stop forgetting how to make things correctly at 1am on a busy Saturday.


What it does

  • Browse a collection of essential cocktail recipes
  • View ingredients and method for each drink
  • Add and manage your own recipes
  • uses Local storage to manage user inventory

Tech Stack

Layer Technology
Frontend React (Create React App)
Backend AWS Amplify
Database Amazon DynamoDB

Why I built it

This was my first full-stack project — built independently while working in hospitality and teaching myself web development. The goal was to go beyond tutorials and build something with a real backend, real data, and a genuine use case.

It covers the full picture: a React frontend, cloud-hosted backend via AWS Amplify, and a NoSQL database in DynamoDB.

⚠️ Note: The live deployment is currently being rebuilt after some backend infrastructure changes. In the meantime, feel free to explore the code.


Running it locally

Clone the repo and install dependencies:

git clone https://github.com/yourusername/mybarbook.git
cd mybarbook
npm install

Start the development server:

npm start

Open http://localhost:3000 in your browser.

You'll need your own AWS Amplify backend configured to connect to a live database. See the Amplify docs to get started.


What I learned

  • Setting up and deploying a full-stack app independently from scratch
  • Working with AWS Amplify and DynamoDB for the first time
  • Managing cloud infrastructure and environment configuration
  • Building a React frontend that talks to a real backend API

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages