An open API service indexing awesome lists of open source software.

https://github.com/sanam2405/file-upload-fastapi

starter template for file upload with fastapi backend and nextjs frontend
https://github.com/sanam2405/file-upload-fastapi

fastapi fileupload nextjs

Last synced: about 2 months ago
JSON representation

starter template for file upload with fastapi backend and nextjs frontend

Awesome Lists containing this project

README

          

# File Upload Service

A simple starter template for _file upload service_ with

- FastAPI Backend
- Next.JS Frontend

## Running locally

- Backend

```bash
uvicorn main:app --reload
```

- Frontend

```bash
npm run dev
```

## Running with Docker

```bash
docker compose up
```