Giter VIP home page Giter VIP logo

mywallet's Introduction

MyWallet

Financial management Web App.

Click here to acess the App

About

This is an web application which helps people meet their life goals through the proper management of financial resources. Below are the implemented features:

  • Sign Up
  • Login
  • Deposit
  • Withdrawal
  • History
  • Account balance

Technologies

The following tools and frameworks were used in the construction of the project Frontend:

HTML CSS JavaScript ReactJS

HTML

CSS3

ES6

React

JSX syntax CSS styling and styled components ECMAScript 2015 (ES6) features React is a JavaScript library for building user interfaces, declarative and component-based

The following tools and frameworks were used in the construction of the project:

NodeJS ExpressJS TypeScript PostgreSQL

Node

Express

Typescript

TypeOrm

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions PostgreSQL is a powerful, open source object-relational database

How to run

  1. Clone this repository
  2. Initialize the submodules
git submodule init
  1. Pull the submodules
git submodule update
  1. Go to backend
cd backend
  1. Install dependencies
npm i
  1. Create a PostgresSQL database "your_database_dev" and "your_database_test"
  2. rename example.local.dev.env -> local.dev.env and example.local.test.env -> local.test.env
  3. Config .env files as indicated
  4. Run the Backend with
npm run dev
  1. Go to frontend
cd ../frontend
  1. Install dependencies
npm i
  1. rename example.env -> .env
  2. Config .env files as indicated
  3. Run the Front with
npm start
  1. Finally access http://localhost:3000 on your favorite browser

To update the submodules

git submodule foreach "git fetch && git reset --hard origin/main"

mywallet's People

Contributors

rafaelbahiense avatar

Watchers

 avatar

Forkers

mateusrfon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.