Skip to content

backend em nodejs de um site de estatística esportivo

License

Notifications You must be signed in to change notification settings

rodrigo-segui/Football-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto Site Esportivo desenvolvido durante a Quarentena

Getting started:

npm install
nodemon index.js
npm install -g knex
npm install knex pg --save

PostgreSQL:

  • Criar DB com o nome de 'bage'
  • Ajustar configs no arquivo 'knexfile.js'

Criar tabelas:

knex migrate:latest

Inserir dados:

knex seed:run

About

backend em nodejs de um site de estatística esportivo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published