Skip to content

Reading Sustainable Web Development with Ruby on Rails, by David Bryant Copeland

Notifications You must be signed in to change notification settings

ProgrammerSteve/Reactrails-practice-2

Repository files navigation

README

  • use bin/setup to download and set up code

  • use bin/dev to run

To set up database

  • create 2 files called .env.development and .env.test
  • set up a postgresql user with password and create a database, port default is 5432
  • Add the following line to both files:
  • DATABASE_URL= "postgresql://username:password@localhost:5432/databasename"

About

Reading Sustainable Web Development with Ruby on Rails, by David Bryant Copeland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published