Skip to content

chandradipta/Moneytracker_bharatintern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Tracker Bharat Intern

Technology for frontend

• HTML

• CSS

Technology for Backend

• NodeJS

Technology for Database

• MongoDB

Frontend page

MONEY TRACKER - Word 02-04-2024 01_24_36

Add Transaction page

• Description

purpose of investment

• Amount

amount spends for the purpose

• Type

you have incomed the amount or invested

• Add transaction

click on transaction to add the inputted transaction data to the database

Add Transaction - Personal - Microsoft​ Edge 16-03-2024 02_07_22

Edit Transaction page

• In edit transaction user can change or modify the description amount of investment

• After clicking on the save change update the data to the database

MONEY TRACKER - Word 02-04-2024 00_39_54

Backend server

Dependence for running the application

• Nodemon 3.1.0

• ejs 3.1.9

• mongoose 8.2.1

• Body-parser 3.1.0

Commands for running the web application

• To initialisation the Nodejs package

  npm init

• To install the dependencies

  npm install express mangoose body-parser ejs nodemon

• To run the server

  node server.js

MONEY TRACKER - Word 02-04-2024 00_42_47

• Server start hosting the web page in local host port number (https://localhost:3000) Then in the web browser we can see the web page in given url.

Database

Connection to the MongoDB

• For connection to database (mangodb://localhost:27017/transactions)

• After inserting the transactions to the frontend page, it will store the data in the bellow database file.

MONEY TRACKER - Word 02-04-2024 00_49_18

How it works

after starting the server in the port number 3000 .in the browser URL ->(https://localhost:3000) our frontend page will be displayed. Then the inserted transaction will save in our mongoDB database(mangodb://localhost:27017/transactions) and it will update the transaction after all you edit your transaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published