Skip to content

A fake replica of instagram using reactjs and django, eventually will be turned into a pwa

Notifications You must be signed in to change notification settings

opensource-now/FakeGram

 
 

Repository files navigation

This is the repo for my training project FAKEGRAM

It's a fake instagram built using reactjs and django:

The backend is a django-restframework API

$ 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

The frontend is built in reactjs

$ cd frontend

$ yarn start

Navigate to http://127.0.0.1:3000 and you will see the application.

About

A fake replica of instagram using reactjs and django, eventually will be turned into a pwa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.0%
  • Python 39.0%
  • CSS 6.0%