Skip to content

lorenzo-arena/secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secret-santa

This is an app used for secret santa, deployed on heroku.

Commands

# To deploy a new app version
git push heroku master

# For local development
heroku local web

# To edit the database after deploy
heroku pg:psql

# To create the table
create table linkings (id integer, name text, link text, read boolean);

# To add a new row
insert into linkings values (1, 'Lorenzo', 'Teresa', false);

# For local development
export DATABASE_URL=postgres://<user>:<role_pwd>@localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published