https://github.com/aTnT/plumber-nextjs-app
Next.js app with an R Plumber backend
https://github.com/aTnT/plumber-nextjs-app
Last synced: 3 months ago
JSON representation
Next.js app with an R Plumber backend
- Host: GitHub
- URL: https://github.com/aTnT/plumber-nextjs-app
- Owner: aTnT
- Created: 2024-11-09T22:22:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T22:45:51.000Z (11 months ago)
- Last Synced: 2024-11-26T07:04:44.727Z (11 months ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - aTnT/plumber-nextjs-app - Next.js app with an R Plumber backend (TypeScript)
README
# Next.js with R Plumber
This project demonstrates a Next.js application with TypeScript, that interacts with an R Plumber backend.

## 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:
- Frontend available at `http://localhost:3000`
- Running swagger Docs at http://localhost:8000/__docs__/
- Running plumber API at `http://localhost:8000`## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.