This app is used for managing personal finance.
- Front-end: ReactJS, Redux, Redux-saga, Reselect, Redux-persist, TypeScript, Material UI
- Back-end: ExpressJS, RESTful
- Database: MongoDB
- Download zip file or type this command into your terminal
[email protected]:nvdai2401/money-lover.git
. - Run
yarn
to install essential dependencies. - Run
yarn start
to start the web app. The app will run atlocalhost:3000
.