Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 238 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 238 Bytes

CIOP Flight Tracker

cp .env.example .env

Iniciando o frontend

cp .env.example .env && yarn && yarn run start

Iniciando o backend

cp .env.example .env && yarn && yarn knex migrate:latest

flight-tracker