Skip to content

Backend for a modern forum platform. Built with FastAPI, PostgreSQL, and JWT authentication. Designed for scalability and performance.

Notifications You must be signed in to change notification settings

are-you-serat/ForumCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ForumCore

This is a backend for a forum built using FastAPI — a modern, fast (high-performance) web framework for building APIs with Python.

Key Features

  • Topic Management: Users can create and manage discussion topics.
  • Comments: Users can post comments under topics.
  • Authentication and Authorization: User registration and login system implemented using JWT (JSON Web Tokens).
  • Password Hashing: User passwords are securely hashed using bcrypt for enhanced security.

Technologies

  • FastAPI — the main framework for building the API.
  • Psycopg — PostgreSQL database adapter for Python.
  • Pydantic — for data validation and serialization.
  • authx — for user authentication and authorization.
  • PyJWT — for JWT token decode
  • PostgreSQL — the database for storing information.
  • Bcrypt — for secure password hashing.

Installation

About

Backend for a modern forum platform. Built with FastAPI, PostgreSQL, and JWT authentication. Designed for scalability and performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages