Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CODE-MNA authored Mar 21, 2024
1 parent 6f10d76 commit c433d7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# RoomChat App
Welcome to our chat app! Pre-alpha deployment: https://icy-pebble-0418c9b10.5.azurestaticapps.net/
Welcome to our chat app! Alpha version deployment: https://icy-pebble-0418c9b10.5.azurestaticapps.net/

This application will allow users to engage in real-time chat conversations, join rooms, send/receive messages, and view active user counts. It's perfect for connecting with friends, colleagues, or anyone around the globe!


## Tech Stack
- Frontend: Typescript, Vue.js, Vite Build Tool
- Backend: TypeScript, Node.js, Express.js, Socket.IO
- Databases: MongoDB, Redis
- Deployment: Github Actions, Azure Static Web App, Azure App Service
- Deployment / Infrastructure: Github Actions, Azure Static Web App, Azure Web Pub/Sub

![Preeliminary-Architecture_RoomChat](https://github.com/CODE-MNA/RoomChat/assets/97069432/5d3ff792-d433-475e-a75c-21d057853ed9)
![Alpha-Architecture_RoomChat](https://github.com/CODE-MNA/RoomChat/assets/97069432/d4e77b40-59c4-4de1-a9a5-0587a34dabf7)


### Planned Features
Expand All @@ -21,7 +20,7 @@ This application will allow users to engage in real-time chat conversations, joi

### Folder Structure
- roomchat-frontend: Contains the frontend code written in Vue.js.
- roomchat-backend: Contains the backend code written in Node.js and Express.js.
- roomchat-backend: Contains the backend code written in Node.js.
- contracts: Contains Data-Transfer Objects that will be serialized between the apps
<br/>

Expand Down

0 comments on commit c433d7c

Please sign in to comment.