Giter Club home page Giter Club logo

unal-team7_p65_c4_dw's Introduction

MisiónTIC2021 Ciclo4 Team7 P65_C4_DW

:octocat: unal-team7_P65_C4_DW

TEAM7 | Bank ©️ is our final project based on MisiónTIC2021 Ciclo4 by Team7 P65_C4_DW
How does it look? Take a look at: View Demo

Stack

  • JavaScript
    • Nodejs
    • Reactjs
  • PostgreSQL

Directories

📂 backend/accountMS
📂 backend/apiGateway
📂 backend/authMS
📂 frontend

Manual Installation (Node + PostgreSQL)

To get started you will first need the following installed on your machine.

Then you must make sure you have two PostgreSQL databases running locally called

  • authDB
  • accountDB

Running with Nodejs locally

Then you can download this repository, open four terminals window and navigate to the folder in each terminal, and then type the following.

Terminal 1

Auth - First microservice

Type the following in your first terminal

cd backend/authMS
npm i
npm start

Terminal 2

Account - Second microservice

Type the following in your second terminal

cd backend/accountMS
npm i
npm start

Terminal 3

API Gateway

Type the following in your third terminal

cd backend/apiGateway
npm i
npm start

Terminal 4

User Interface

Type the following in your fourth terminal

cd frontend
npm i
npm start

Use

First - Create an admin role account to create clients into app

Go to the following URL on your browser to create an admin account

http://localhost:3000/first

Login

Go to the following URL on your browser

http://localhost:3000

Done!

If you are an admin, you can handle client accounts (CRUD)
If you are a client, you can handle you bank account (Transfer, History)

TEAM

Maribel Franco
Sergio Novoa
Julián Nieto
Julián Púlido
javi

unal-team7_p65_c4_dw's People

Contributors

javierandres-dev avatar

Watchers

 avatar

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.