Skip to content

guidoenr/cda-league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cda-League

💡 this was never deployed to any environment, development stopped when client was unable to pay.

Local

connect to db in linx

sudo -u postgres psql postgres

creating the database

CREATE DATABASE fulbo

creating an user

CREATE user root WITH encrypted password 'root';

granting permissions

GRANT ALL privileges ON database fulbo to root;

USERS

user=root
password=root 
db=fulbo

Deploying

use buildpacks:

  1. go buildpack
  2. react buildpack

see current buildpacks

  • heroku buildpacks

add buildpacks [CLI]

  • heroku buildpacks:add --index 2 https://github.com/mars/create-react-app-buildpack.git
  • the go buildpack is detected automatically

About

An entire Premier-League oriented application for handle tournaments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •