Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 540 Bytes

Readme.md

File metadata and controls

11 lines (10 loc) · 540 Bytes

Run Server Locally:

  • Create a mysql database in your local with name 'expense_manager'
  • Create a .env file in the server folder and copy the keys from .env.example file and add the values based on your local settings
  • Run npm install to get all the node_modules
  • Run npm start to get the server started
  • Server will be available on port : 3000

Run Client Locally:

  • Run npm install to get all the node_modules
  • Run npm run serve to get the client started
  • The client will be available on port : 8080