Skip to content

luispellizzon/expense-tracker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

This project aims to use the MERN Full Stack Application, such as:

  • MongoDB
  • Express.js
  • React
  • Node.js

Screenshot 2022-08-03 at 12 07 28

Use your MongoDB database

On config.env in config folder, set the MONGO_URI with your MongoDB database

Screenshot 2022-08-03 at 12 14 57

Install dependencies

 npm install
 cd client npm install
 cd ..

Run front and backend

npm run dev

Backend only

npm run server

Frontend only

npm run client

Build client

cd client
npm run build

Production

npm start

About

Full MERN Stack Expense tracker app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published