Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.44 KB

File metadata and controls

23 lines (19 loc) · 1.44 KB

Docto (Real_Time_Private_Chat_With_Doctor)

This repository consist both the client and server
server file is inside of the client's file named -> docto-server(node)

Tools and Tech's used to create this application

To run this application follow the following steps.

  1. import db.sql from (docto/docto-server/config/db.sql) to create database and tables.
  2. npm install in both the client and server folder
    npm install (docto folder)
    npm install (docto-server folder)
  3. inside the docto/docto-server run the command node start.js
    to start the server
  4. inside the root directory run the command ng serve to start the client

That's it.
You are good to go now!!