Skip to content

trex2004/Expense-Tracker-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracking App using MERN Stack

Live Website: [https://expense-manger-frontend.vercel.app/]

Description

Expense Tracker App is a web application made to assist users in tracking their expenses. This project was made using MERN (MongoDB, Express.js, React.js, and Node.js) stack to create a scalable, responsive, and user-friendly application.

This specific repository is the back part of the project. Node.js along with Express is used to make API for handling client requests and serve as a backend for the application. MongoDB along with Mongoose ORM was used for schema creation and validation.

Setup

  1. Download or Clone the repo
  2. Add a .env file with "MONGO_URL" - your mongodb url and "PORT" - port number you want to run on
  3. Run "npm install" to install dependencies
  4. Run "npm start" to start the application

About

Expense Tracker application using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors