MyWallet is a single page application designed to be used by devices such as cell phones tablets and computers.
It's created is to be a tool for managing personal finances, helping you to always be aware of your expenses and your balance.
- npm
- Clone the backend
https://github.com/GuilhermeArrudda/MyWallet-Backend
- Clone the frontend in another folder
https://github.com/GuilhermeArrudda/MyWallet-Frontend
- Install the dependencier executing command in both folders
npm i
-
Install the mongodb for using your database with application mywallet, and execute the program on your computer. Follow instructions on website https://docs.mongodb.com/manual/installation/
-
Create a .env file in mywallet backend folder (root) with following variables (example value)
MONGO_URI=mongodb://127.0.0.1:27017
- Start backend server
npm run start
- Start frontend
npm start