Skip to content

jaysuchak2/classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classes

The crud operations for NodeJs

Setup Steps

  • For project setup set database setting in .env file and run below commands.(copy from env sample)

    Install dependency

    npm install
    

    Create database and add default data

    node script/initScript.js
    

    Start server

    npm start
    

About

The crud operations for NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published