Skip to content

iamAravindks/Lumos-Expenditura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expenditura

Personal Money management App with enhanced UI ✨

MIT License

Authors

Features

  • User Login/Signup
  • Add/Delete/Clear Transaction
  • Profile View/Update
  • Distinct view of Expense/Income with Charts/Lists
  • more on the way 🤩

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URL

JWT_SECRET

MONGODB_LOCALHOST_URL

NODE_ENV

set MONGODB_LOCALHOST_URL to localhost in development phase

set NODE_ENV to localhost in development phase

Installation

Install my-project with npm

  npm install 

Run the client Side

  npm run client 

Run the server Side

  npm run server 

For seeding the data to DB

  npm run data:import

For destroying the data from DB

  npm run data:export

Contribution

This project is under development phase .If you have any idea to improve it or make it more interesting, feel free to send a PR, or create an issue for a feature request.

Good luck 🎉!