A complete social API with CRUD operations for posts and social interactions including likes, comments, and shares.
https://socialhub-docs.vercel.app
The API uses JWT authentication by default. No additional configuration is required.
# activate virtual environment
source venv/bin/activate# install dependencies
pip install -r requirements.txt# run migrations
python manage.py migrate# start server
python manage.py runserver 0.0.0.0:8000The backend is temporarily deployed on Render using the free tier for testing purposes. You can test the live API while it's available using the following base URL:
👉 https://socialhubapi-rcs3.onrender.com
Social made simple ⚡