Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Zelda Cookbook

This application provides an easy-to-use interface for users to discover recipes and their required ingredients. The app features a PostgreSQL database for storing recipes and ingredients, a Node.js backend API server, and a Node.js frontend UI server. Zelda Cookbook Screenshot

Features

  • Recipe Database: PostgreSQL database containing recipes and ingredients.
  • Backend API: Node.js server that provides endpoints to interact with the recipe database.
  • Frontend UI: Node.js server that displays the recipes and ingredients in a user-friendly interface.

Installation

  1. Clone the Repository

    git clone https://github.com/Dvora-K/Zelda-Cookbook.git
    cd Zelda-Cookbook
  2. Build and Run the Containers

    docker-compose up --build
  3. Access the Application

    • Backend API: http://localhost:3000/api/v1/ingredients
    • Frontend UI: http://localhost:3010

Technologies Used

  • PostgreSQL: Version 12.18
  • Node.js: Versions 12 and 8
  • Docker: For containerizing the application
  • Docker Compose: For managing multiple containers

About

Containerized Zelda Cookbook application with PostgreSQL, Node.js backend, and Node.js frontend managed by Docker Compose.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages