This repository consist both the client and server
server file is inside of the client's file named -> docto-server(node)
- import db.sql from (docto/docto-server/config/db.sql) to create database and tables.
- npm install in both the client and server folder
npm install (docto folder)
npm install (docto-server folder) - inside the docto/docto-server run the command node start.js
to start the server - inside the root directory run the command ng serve to start the client
That's it.
You are good to go now!!