https://github.com/olukeye/fastapi-social-media-app
A social media application to connect users , share opinions, ideas and relate together..
https://github.com/olukeye/fastapi-social-media-app
alembic bcrypt fastapi jose-jwt passlib postgresql psycopg2 sqlalchemy
Last synced: about 2 months ago
JSON representation
A social media application to connect users , share opinions, ideas and relate together..
- Host: GitHub
- URL: https://github.com/olukeye/fastapi-social-media-app
- Owner: Olukeye
- Created: 2022-06-05T23:27:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T16:38:01.000Z (over 3 years ago)
- Last Synced: 2025-02-21T19:44:42.453Z (over 1 year ago)
- Topics: alembic, bcrypt, fastapi, jose-jwt, passlib, postgresql, psycopg2, sqlalchemy
- Language: Python
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastApi-Social-Media-App
A social media application to connect users , share opinions, ideas and relate together..
# Swagger and FastAPI
# In case you Want to build on this project?
Check out the Social blog post.
# Want to use this project?
* Sanity check - create an venv environmnet by running "py -3 -m venv venv"
* Install dependencies - pip install
* Create and seed a Postgres database, Mssql-server
* Navigate to http://127.0.0.1:8000/ and http://127.0.0.1:8000/docs (heroku hosted is deactivated)