Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 586 Bytes

💰 Simple Expense Tracker

This project was made based on Traversy Media's tutorial. Made just for learning purposes.

I changed all the styles and created extras functions by my own.


Technologies used was the MERN stack:

  • MongoDB
  • Express
  • ReactJS
  • NodeJS

Also was used "concurrently" package for running server and client at same time;
Morgan to give console warning about requests;
Colors to colorize console custom warning.

npm run dev

Runs the app (server and client) in the development mode.