- Create virtual environment.
python3 -m venv mima-venv && source mima-env/bin/activate
- Clone the repository.
git https://github.com/Bhupesh-V/mima
- Install Dependencies.
pip3 install -r requirements.txt
- 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
- Run Flask development server
flask run
👥 Bhupesh Varshney
- Twitter: @bhupeshimself
- DEV: bhupesh
This project is licensed under the MIT License. See the LICENSE file for details.