Skip to content

Commit e2dc5df

Browse files
author
Christopher Harrison
committed
Added some links
1 parent 9a949d2 commit e2dc5df

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Your team will obtain the starter, deploy the application to the cloud, enable a
3939
1. [Run the application locally](./goals/0-run-locally.md)
4040
1. [Deploy to the cloud](./goals/1-deploy.md)
4141
1. [Enable authentication](./goals/2-authentication.md)
42+
1. [Add a database](./goals/3-database.md)
4243

4344
## Where do we go from here?
4445

‎goals/1-deploy.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ Your team might find these resources helpful:
4444
After you deploy and navigate to the site, you should see a page which looks like the following:
4545

4646
![Screenshot of the starting page, showing a link to login, a picture of a dog with the heading Isn't this a cute Pekinese dog?](./media/starter-page.png)
47+
48+
## Next challenge
49+
50+
Once you've deployed your application, it's time to [add authentication](./2-authentication.md).

‎goals/2-authentication.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ Your team might find these resources helpful:
9595
After enabling authentication and logging in via GitHub, the page should look like this:
9696

9797
![Screenshot of the starting page, showing a textbox where you can name the dog, and the header What would you call this cute Pyrenees dog?](./media/authentication.png)
98+
99+
## Next challenge
100+
101+
Once your team has configured authentication and authorization, you can [add a database](./3-database.md).

0 commit comments

Comments
 (0)