Skip to content

This is a miniature of clone of Instagram made with Python in backend, along with Vanilla JS for frontend and SQLite database

Notifications You must be signed in to change notification settings

Avanteesh/Mini-instagram-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A social media application

enables users to share Only photos (as of now!) and follow, like and comment on other users profiles

For authentication The application uses JWT tokens stored in The browser cookie Which definetly isn't most secure in todays standard. Regardless here is my attempt building it. (Further updates forthcoming)

Project External Dependencies
  • Python framework FastAPI (version 0.0.6 CLI)
  • SQLmodel (SQL ORM) using sqlite3
  • Redis (7.0.5) with python connector
  • Redis and Redis connector with python
  • passlib (Crypto library)
  • jose for JSON Web token handling!

Make sure to create a .env file with the variables: (SECRET_KEY, TOKEN_EXPIRE_TIME, ALGORITHM)

Run the server with
$: fastapi dev main.py

About

This is a miniature of clone of Instagram made with Python in backend, along with Vanilla JS for frontend and SQLite database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published