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
The following tools were used in the construction of the project:
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
# 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
# Go to "banco de dados" in json
$ cd dados
# Run json-server
$ json-server --watch db.json