Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
/ payroll Public archive

Projeto para nota [PAUSADO]

License

Notifications You must be signed in to change notification settings

Lucas8x/payroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

payroll

License

Run in Insomnia}

Tecnologias

Instalação API

# Clone o repositório
git clone https://github.com/Lucas8x/payroll

# Acesse a pasta backend
cd payroll/backend

# Instale as dependências
npm install

# Execute as Migrations
npm run knex:migrate

# Execute as Seeds
npm run knex:seed

# Inicialize o servidor
npm run dev

Instalação Front-end

# Clone o repositório
git clone https://github.com/Lucas8x/payroll

# Acesse a pasta frontend
cd payroll/frontend

# Instale as dependências
npm install

# Inicialize
npm run start