Skip to content

Bhupesh-V/mima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mima - My Image App

Installation

  1. Create virtual environment.
python3 -m venv mima-venv && source mima-env/bin/activate
  1. Clone the repository.
git https://github.com/Bhupesh-V/mima
  1. Install Dependencies.
pip3 install -r requirements.txt
  1. Create .env file. Go to Developer Settings on imagekit to get your private & public key.
FLASK_APP=app.py
FLASK_ENV=development
TEMPLATES_AUTO_RELOAD = True
IMAGEKIT_PRIVATE_KEY=<PASTE-PRIVATE-KEY-HERE>
IMAGEKIT_PUBLIC_KEY=<PASTE-PUBLIC-KEY-HERE>
URL_ENDPOINT=https://ik.imagekit.io/bhupesh
  1. Run Flask development server
flask run

Author

👥 Bhupesh Varshney

forthebadge

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.