https://github.com/ramgoel/imager
Group of Image Related tools built in FastAPI & NextJS
https://github.com/ramgoel/imager
fastapi nextjs tailwindcss
Last synced: 3 months ago
JSON representation
Group of Image Related tools built in FastAPI & NextJS
- Host: GitHub
- URL: https://github.com/ramgoel/imager
- Owner: RamGoel
- Created: 2025-01-15T18:19:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-19T12:56:17.000Z (over 1 year ago)
- Last Synced: 2025-10-10T22:16:53.206Z (9 months ago)
- Topics: fastapi, nextjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imager
Group of Image Processing Tools built with Next.js and FastAPI.
## Tools
- [Remove Background](https://imager.vercel.app/tools/remove-bg)
- [Resize Image](https://imager.vercel.app/tools/resize)
## Tech Stack
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [FastAPI](https://fastapi.tiangolo.com)
- [Shadcn](https://ui.shadcn.com)
## How to run
```bash
npm run dev
cd server
python -m fastapi dev main.py
```