Skip to content

MERN stack based expense tracker and management app.

Notifications You must be signed in to change notification settings

zlatanned/expenseLedger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpenseLedger =>

An expense-tracker application built on top of Node.js & React.js.

Steps To Access:

1. Clone or Download this project and navigate to the project folder.

2. Open two terminals, each for backend and frontend version of application

	2.1. For back-end, navigate to backend folder , install dependencies, start backend:

	Commands: 

		cd back-end/ && npm install && node index.js

	2.2. On the second terminal, for front-end, install dependencies, start front-end:

	Commands: 

		npm install && npm start

3. Create a .env file and set MONGODB_URL and PORT.

4. Open Your Browser, go to localhost://PORT.

	4.1. You are on the homepage of the application.

homepage: Logged Expenses

4.2. Create a User, an existing user can only log expenses:

Create User: An existing user can only log Expenses

4.3. Create a new Expense, with a existing user.

Create A new Expense: with a existing user

4.4 You can view your added expenses and can also update and delete a particular expense from Actions column.

Create User: An existing user can only log Expenses

5. Happy Expense Logging. :)

About

MERN stack based expense tracker and management app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published