https://github.com/programmersteve/reactrails-practice-2
Reading Sustainable Web Development with Ruby on Rails, by David Bryant Copeland
https://github.com/programmersteve/reactrails-practice-2
Last synced: 8 months ago
JSON representation
Reading Sustainable Web Development with Ruby on Rails, by David Bryant Copeland
- Host: GitHub
- URL: https://github.com/programmersteve/reactrails-practice-2
- Owner: ProgrammerSteve
- Created: 2022-10-13T04:28:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T04:32:58.000Z (over 3 years ago)
- Last Synced: 2025-03-29T10:44:41.819Z (10 months ago)
- Language: Ruby
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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"