Skip to content

lucaspinto/a9s_postgres_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

# start postgres
docker run -d -p 5432:5432 postgres

# install app dependencies and start the server
bundle
bundle exec rake db:setup 
bundle exec rails s

Open http://localhost:3000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5