ram-ek / roomie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roomie

  • An app for like minded peoples to form groups, chat with each other and share their topics of interest.

Tech Stack

Client: React JS

Server: Node JS, Express JS,express,cors, path mongoose, dotenv, socket.io, multer

Database: Mongo DB

Run Locally

Clone the project

  git https://github.com/ram-ek/discussion-room

Go to the project directory

```bash
  cd discussion-room

Install dependencies

  cd backend/
  npm npm install express cors path mongoose dotenv socket.io multer
  cd frontend/
  npm install

Start the server

  cd backend/
  npm run start

Start the Client

  //open now terminal
  cd frontend
  npm start

About


Languages

Language:JavaScript 95.2%Language:HTML 3.1%Language:CSS 1.6%