add sign up setups
This commit is contained in:
parent
9f8e320b35
commit
f965df497f
1 changed files with 15 additions and 3 deletions
18
README.md
18
README.md
|
|
@ -65,7 +65,7 @@ This application is using [React](https://reactjs.org/) for the frontend, [Netli
|
|||
|
||||
## Tutorial
|
||||
|
||||
First lets create the
|
||||
Lets run through how to create Netlify functions and connect them to our frontend application.
|
||||
|
||||
1. Step faunaDB
|
||||
2. Create /functions/todos-create.js
|
||||
|
|
@ -77,9 +77,21 @@ First things first, we need to setup a FaunaDB account and get our API key we wi
|
|||
|
||||
Head over to [https://app.fauna.com/sign-up](https://app.fauna.com/sign-up) to create a free Fauna Account.
|
||||
|
||||
Then login, and create your API Key
|
||||
1. **Sign up**
|
||||
|
||||
[IMAGE]
|
||||

|
||||
|
||||
2. **Create a key**
|
||||
|
||||

|
||||
|
||||
3. **Name your key and create**
|
||||
|
||||

|
||||
|
||||
4. **Copy this API key for later use, or [Deploy to Netlify Button](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-faunadb-example) and plugin this API key.**
|
||||
|
||||

|
||||
|
||||
### 2. Create a function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue