Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.65 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.65 KB

MyWallet

About the project


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.

Built with

  • React
  • NodeJS
  • NodeJS

Getting Started

Prerequisites

  • npm

Installation

  1. Clone the backend
https://github.com/GuilhermeArrudda/MyWallet-Backend
  1. Clone the frontend in another folder
https://github.com/GuilhermeArrudda/MyWallet-Frontend
  1. Install the dependencier executing command in both folders
npm i
  1. 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/

  2. Create a .env file in mywallet backend folder (root) with following variables (example value)

MONGO_URI=mongodb://127.0.0.1:27017

How to run

  1. Start backend server
npm run start
  1. Start frontend
npm start