brunoferreiras / turno-bank-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TurnoBank UI

Gettings Started

Prerequisites

It's need to install in your computer: Docker: 20+ (optional)

Tools

Execute this commands to start the application:

// Create the .env file
cp .env.example .env

# Running without docker
npm install
npm run dev

# Running with docker
make up

// You can access the api in: http://localhost:3000/

Credentials to sign in of Admin:

Username: admin
Password: password

Demo Overview

  • ./docs/turnobank-demo.mp4 => Video of the application running

About


Languages

Language:SCSS 47.2%Language:Vue 27.6%Language:TypeScript 20.6%Language:JavaScript 4.1%Language:HTML 0.2%Language:Dockerfile 0.2%Language:Makefile 0.1%Language:Procfile 0.0%