Instalite is an instagram clone built using reactjs and django:
$ pip install pipenv
$ pipenv shell
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver
Navigate to http://127.0.0.1:8000/api/v1/instagram/post/ to find the api
$ cd frontend
$ yarn start
Navigate to http://127.0.0.1:3000 and you will see the application.
TODO Use Reacthooks Dockerize the application Deploy to AWS