0211AB / ode2code-aftersales

Xiaomi Ode2-Code 3.0 After Sales Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌐 mobiFix

Built using MongoDB, Expressjs, React, Nodejs , Socket-io

clone or download

$ git clone https://github.com/0211AB/ode2code-aftersales.git

project structure

readme.md
backend/
   package.json
   .env (to create .env, check [prepare your secret session])
frontend/
   package.json
chat/
   package.json
...

Prerequisites

Notice, you need to allow client, chat and server to run concurrently in different terminal session, in order to make them talk to each other

Client-side usage(PORT: 3000)

$ cd frontend          // go to client folder
$ npm i    // npm install packages
$ npm start        // run it locally

Server-side usage(PORT: 8080)

// in the root level
$ cd backend
$ npm i       // npm install packages
$ npm start // run it locally

Chat Application usage(PORT: 8081)

// in the root level
$ cd chat
$ npm i       // npm install packages
$ npm start // run it locally

Email Me: abhaybajaj0211@gmail.com (welcome, say hi)

About

Xiaomi Ode2-Code 3.0 After Sales Application


Languages

Language:JavaScript 98.1%Language:CSS 1.3%Language:HTML 0.6%