Skip to content

augustobor/chat-telegram-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-telegram-api

👋🏻 Hello! Welcome to my backend project "chat-telegram-api"

This API was built to have support on my project "chat-app". Models of user, chat and message are quite as similar as Telegram.

Models

  • Chat: The model contains chatID, users who participate in it by userID
  • User: The model contains userID, profile photograph and name,
  • Message: The model contain messageID, message itself and ID's which identify its chat and the user who wrote it

🛠️ Tools used

javascript express mongodb

At now API is only available locally

About

API similar to telegram created with express & mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published