/invoice-generator-sample

invoice-generator-sample

Primary LanguageJavaScript

invoice-generator-sample

invoice-generator-sample

Steps to run the backed

  • Add the MongoDB url in config.json file
  • install the npm modules (npm i)
  • and start the server node server.js

Steps to run the frontend

  • install the npm modules (npm i)
  • Run "npm start"

Note: If you change the port of node app, makes ure to update the base url in App.js of react app