https://github.com/badgerbloke/image-portal
Backend is not deployed. So, only static website is accessible.
https://github.com/badgerbloke/image-portal
Last synced: 3 months ago
JSON representation
Backend is not deployed. So, only static website is accessible.
- Host: GitHub
- URL: https://github.com/badgerbloke/image-portal
- Owner: BadgerBloke
- Created: 2022-12-07T18:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T03:56:13.000Z (over 2 years ago)
- Last Synced: 2025-03-02T12:33:24.910Z (3 months ago)
- Language: TypeScript
- Homepage: https://image-portal.vercel.app/
- Size: 1.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Uploader with Django RestFramework Backend
> setup frontend by running
```bash
pnpm install
pnpm dev
```> setup backend by following the below steps:
1. Create virtual environment
`python -m venv venv`2. Activate the `venv` -
- on windows `.\venv\Scripts\activate`3. Install the requirements
`pip install -r requirements.txt`### Please find the glimpse of UI below:
#### Neon Home Page
#### Dark Home Page
#### Dark Sign Up Page
#### Dark Login Page
