Skip to content

In this Project we build a full fledge api in python. The api that we build is for a social media type applications where, users can create/read/delete/update posts, as well as like other users posts and of course we will setup user registration and authentication. We build this api using the FastAPI library.

Notifications You must be signed in to change notification settings

tejasjbansal/SocialMedia-API-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialMedia-API-Backend

In this Project we build a full fledge api in python. The api that we build is for a social media type applications where, users can create/read/delete/update posts, as well as like other users posts and of course we will setup user registration and authentication. We build this api using the FastAPI library.

We are using the Postgres Database and SqlAlchemy ORM for storing all the users data.

We also Tests our application using the pytest library. We'll setup a test database and perform a good number of integration tests.

Finally we'll build out a CI/CD pipeline using github actions so that we don't have to do everything manually.

Deemo

https://socialmedia-api-backend.herokuapp.com/docs

Screenshots

Screenshot (16)

Screenshot (18)

Screenshot (19)

Screenshot (20)

About

In this Project we build a full fledge api in python. The api that we build is for a social media type applications where, users can create/read/delete/update posts, as well as like other users posts and of course we will setup user registration and authentication. We build this api using the FastAPI library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published