Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhupesh-v/mima
A simple image sharing app (Powered By ImageKIt.io)
https://github.com/bhupesh-v/mima
flask-python image-sharing image-sharing-app imagekit imagekit-python python-projects sample-project tutorial-sourcecode
Last synced: 25 days ago
JSON representation
A simple image sharing app (Powered By ImageKIt.io)
- Host: GitHub
- URL: https://github.com/bhupesh-v/mima
- Owner: Bhupesh-V
- License: mit
- Created: 2021-03-04T14:59:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T07:17:08.000Z (over 3 years ago)
- Last Synced: 2024-10-12T19:29:05.610Z (26 days ago)
- Topics: flask-python, image-sharing, image-sharing-app, imagekit, imagekit-python, python-projects, sample-project, tutorial-sourcecode
- Language: HTML
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mima - My Image App
## Installation
1. Create virtual environment.
```bash
python3 -m venv mima-venv && source mima-env/bin/activate
```
2. Clone the repository.
```bash
git https://github.com/Bhupesh-V/mima
```
3. Install Dependencies.
```bash
pip3 install -r requirements.txt
```
4. Create `.env` file. Go to Developer Settings on [imagekit](imagekit.io) to get your private & public key.
```txt
FLASK_APP=app.py
FLASK_ENV=development
TEMPLATES_AUTO_RELOAD = True
IMAGEKIT_PRIVATE_KEY=
IMAGEKIT_PUBLIC_KEY=
URL_ENDPOINT=https://ik.imagekit.io/bhupesh
```
5. Run Flask development server
```bash
flask run
```## Author
👥 **Bhupesh Varshney**
- Twitter: [@bhupeshimself](https://twitter.com/bhupeshimself)
- DEV: [bhupesh](https://dev.to/bhupesh)[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.