https://github.com/programmersteve/reactrails-practice-1
Using React on ruby on rails 7, also uses tailwindCSS, postgresql
https://github.com/programmersteve/reactrails-practice-1
Last synced: 10 months ago
JSON representation
Using React on ruby on rails 7, also uses tailwindCSS, postgresql
- Host: GitHub
- URL: https://github.com/programmersteve/reactrails-practice-1
- Owner: ProgrammerSteve
- Created: 2022-10-09T04:37:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T06:56:50.000Z (over 3 years ago)
- Last Synced: 2025-02-04T09:33:36.457Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 119 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"