Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 325 Bytes

Kaam-Sewa - A place where you find your work (Minor Project)

Backend

  • create the database named "kamsewa" if not created on the local device CREATE DATABASE kamsewa;

  • install all dependencies npm install

  • Run the node js server node/npm server.js

    for monitoring changes as dev mode nodemon server.js