Skip to content

Suryarpan/chat-api

Repository files navigation

Chat Api (Golang)

This is an experimental chat api built in go. Following features are available in this.

  1. New user registration
  2. User Authentication using JWT
  3. CRUD on user
  4. Blocklist for users
  5. CRUD on messages
  6. CRUD on User groups
  7. CRUD on group messages
  8. Admin related operations

Tech Stack

The server is built with go-chi. For backend storage as of now Postgres is used. There are plans to introduce NoSQL DBs for message storage.

About

A backend API for chatting with people

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages