Skip to content

cypher-adi/expense-tracker-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker [Full Stack]

A MERN stack application to keep track of one's daily expenses.

Ensure adding config.env inside the config folder in the root directory with the following data.

NODE_ENV = <environment_name>
PORT = <port_no>

MONGO_URI = <mongodb__connection_string>

To install all the necessary dependencies

npm install
cd client
npm install

To start the server in development mode

npm run dev

To start the server in production mode

npm start

About

A MERN project for keeping a track of one's expenses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published