Skip to content

killmat21/lunchoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lunchoo

A web app to invite other colleagues to come lunch with you.

To deploy POSTGRESQL DATABASE in local: docker pull postgres

mkdir ${HOME}/postgres-data

docker run -d --name lunchoo_postgres -e POSTGRES_PASSWORD=1234 -e POSTGRES_DB=lunchoo -v ${HOME}/postgres-data/:/var/lib/postgresql/data -p 5432:5432 postgres

About

A web app to invite other colleagues to come lunch with you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors