Skip to content

harshrajk/pocnodebackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pocnodebackend

Commands to Run

  • Install packages : npm install
  • Setup .env file with following variables
    • MYSQL_HOST=""
    • MYSQL_DATABASE=""
    • MYSQL_USER=""
    • MYSQL_PASSWORD=""
  • Run node index.js
  • Open browser and you can run a setup of Table and seeding of data with this url: http://localhost:3001/api/init
  • You should be able to get all products data (dummy data) through http://localhost:3001/api/get-products

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published