Welcome to Image Keeper 👋

Twitter: mehraramyak

A place to store images and view them anytime. Users can search images from the collections. It is built using django and GraphQL

Demo

Usage

Clone the repo

git clone

Activate virtual environment

virtualenv vevn
source venv/bin/activate(linux)
venv/Scripts/activate(Windows)

Make a .env file referring as .env.example

source .env

Install requirements

pip install -r requirements

Migrate db

python manage.py migrate

Create Superuser

python manage.py createsuperuser

Start the Django Server

python manage.py runserver

It will run the server on localhost at port 8000 (by default)

Author

👤 Ramyak Mehra

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator c