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
- Host: GitHub
- URL: https://github.com/sanam2405/file-upload-fastapi
- Owner: sanam2405
- License: apache-2.0
- Created: 2024-10-27T12:57:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:21:55.000Z (over 1 year ago)
- Last Synced: 2025-04-02T16:51:55.553Z (about 1 year ago)
- Topics: fastapi, fileupload, nextjs
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```