Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 450 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 450 Bytes

FinAlly - Your Finances finally made easy

For setting up the Project

  • Go to server
  • Rename config.env.copy to config.env
  • Add the necessary credentials
PORT = 8000
DATABASE = <YOUR-MONGO-URL>
SECRET_KEY = ThisIsAProjectOfCITLHavingTopicOnInventoryManagement
STRIPE_SECRET_KEY = "<YOUR STRIPE SECRET KEY>"

For Running the project

  • In Server run:
nodemon app
  • In Client run:
npm start