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

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.

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
![neon home page](https://github.com/CA-MKSingh/image-portal/blob/41235674a1ae5852ed82b79c86e7d387063c535e/frontend/public/img/neon-home%20page.png)

#### Dark Home Page
![dark home page](https://github.com/CA-MKSingh/image-portal/blob/41235674a1ae5852ed82b79c86e7d387063c535e/frontend/public/img/dark-home-page.png)

#### Dark Sign Up Page
![dark sign up page](https://github.com/CA-MKSingh/image-portal/blob/41235674a1ae5852ed82b79c86e7d387063c535e/frontend/public/img/dark-signup.png)

#### Dark Login Page
![dark login page](https://github.com/CA-MKSingh/image-portal/blob/41235674a1ae5852ed82b79c86e7d387063c535e/frontend/public/img/dark-login.png)