Skip to content

lfelipediniz/SocialHubAPI

Repository files navigation

SocialHubAPI

A complete social API with CRUD operations for posts and social interactions including likes, comments, and shares.

Documentation

https://socialhub-docs.vercel.app

Quick Setup

Authentication

The API uses JWT authentication by default. No additional configuration is required.

Installation

# 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:8000

Test Deployment (Render)

The 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 ⚡

About

Offers ready-to-use social features for your app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages