Skip to content

Sarthakaga15/Expense-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published