Skip to content

GuilhermeArrudda/MyWallet-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published