Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pau #136

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Pau #136

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Project Template: React/Rails API

video
paul
another 1

## Description

This project is scaffolded so that you can build a React frontend and Rails
Expand All @@ -9,7 +13,7 @@ backend together, and easily deploy them to Render.
SQLite, you will need to make the following changes in the project files:

1. In the `Gemfile`, replace `gem 'pg', '~> 1.1'` with `gem 'sqlite3', '~>
1.4'`.
1.4'`.
2. In the `database.yml` file, change the line `adapter: postgresql` to
`adapter: sqlite3`.

Expand Down Expand Up @@ -287,11 +291,11 @@ brew services start postgresql
### Set Up a Render Account

You can sign up for a free account at
[https://dashboard.render.com/register][Render signup]. We recommend that you
[https://dashboard.render.com/register][render signup]. We recommend that you
sign up using GitHub as that will make it a little easier for you to connect
Render to your GitHub account. The instructions below assume you've done that.

[Render signup]: https://dashboard.render.com/register
[render signup]: https://dashboard.render.com/register

Once you've completed the signup process, you will be taken to the Render
dashboard. In order to connect Render to your GitHub account, you'll need to
Expand Down