Skip to content

Latest commit

 

History

History
98 lines (66 loc) · 2.78 KB

README.md

File metadata and controls

98 lines (66 loc) · 2.78 KB

TecBan

✔️ Fi.Think - TecBan ✔️

NPM YARN Size GitHub last commit License Stargazers

TecBan   |    Project   |    Technologies   |    How to use   |    License

ℹ️ What's Hackathon TecBan?

É uma iniciativa da TecBan que visa disseminar e educar as pessoas quanto as possibilidades que conectam o mundo físico ao mundo digital. Nesta edição, a companhia busca soluções que unam criatividade aos dados e transações disponíveis no Open Banking.

💻 Project

Descrição do projeto

Example

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

Run API

# Clone this repository
$ git clone https://github.com/jpsoarxs/TecBan.git

# Go into the repository
$ cd TecBan/backend

# Install dependencies
$ yarn install or $ yarn

# Config .env
# rename ".env.example" to ".env" and edit

# Config certificates
# select a bank account and paste folder "certs" in "src"

# Create database tables
$ yarn knex:migrate

# Create fake teste data to database
$ yarn knex:seed

# Start in watch mode
$ yarn dev

# running default port 3000

📝 License

This project is under the MIT license. See the LICENSE for details.