Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 716 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 716 Bytes

Next.js with R Plumber

This project demonstrates a Next.js application with TypeScript, that interacts with an R Plumber backend.

alt text

Prerequisites

  • Docker
  • Docker Compose

Getting Started

  1. Clone the repository:

    git clone https://github.com/aTnT/plumber-nextjs-app.git
    cd plumber-nextjs-app
    
  2. Build and run the Docker containers:

    docker-compose up --build
    
  3. Access the application:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.