Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library Project

This repository contains the source code for the Book Library project. It consists of a frontend and a backend, both running in Docker containers, and can be easily set up using Docker Compose.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Getting Started

Follow these steps to set up and run the project:

  1. Clone the repository:

    git clone https://github.com/theunhackable/book-library.git
    cd book-library
  2. Build the Docker containers for the frontend and backend:

    docker-compose build
  3. Start the containers:

    docker-compose up

Note: Use sudo command if necessary whenever running docker

  1. Access the application:

    • Frontend: Open your web browser and navigate to http://localhost:3000
    • Backend: The backend API is available at http://localhost:8000

Usage

  • The frontend provides a user interface for managing a book library.
  • The backend serves as an API for CRUD operations on books and authors.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages