/bytebank

Simple form using Angular that simulate a bank transfer.

Primary LanguageTypeScript

Bytebank

About

Bytebank - It is a basic system that simulates bank transfers.

Users will find the following features:

  • Transfer
  • View transfers

Project designed to study and learn Angular

Techs

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

How to run:

Prerequisites

Before starting, you will need to have the following tools installed on your machine: Git, Node.js. It's nice to have an editor to work with code like VSCode

Run (Front End)

# Clone this repo
$ git clone https://github.com/matheustsr/bytebank

# Install dependencies
$ npm install

# Start
$ ng s -o

# It will run in port:3000 - go to http://localhost:3000

Run json-server

# Go to "banco de dados" in json
$ cd dados

# Run json-server
$ json-server --watch db.json