Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Mar 28, 2020
1 parent 48d7048 commit 55dbf2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions views/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ccapdev-mongoose/views

This folder contains all hbs files to be rendered when requested from the server.

### Contents:
- [error.hbs](https://github.com/arvention/ccapdev-mongoose/blob/master/views/error.hbs) - Error page displayed when the requested file is not in the server
- [index.hbs](https://github.com/arvention/ccapdev-mongoose/blob/master/views/index.hbs) - Index page displayed at the root of the web application
- [profile.hbs](https://github.com/arvention/ccapdev-mongoose/blob/master/views/profile.hbs) - Profile page which displays the details of the user such as first name, last name, and ID number. These details are extracted from the database and rendered using handlebars.
- [signup.hbs](https://github.com/arvention/ccapdev-mongoose/blob/master/views/signup.hbs) - Sign-up page which displays a form asking for the details of the user such as first name, last name, ID number, and password.
- [success.hbs](https://github.com/arvention/ccapdev-mongoose/blob/master/views/success.hbs) - Success page displayed after the user has successfully submitted the sign up form. This web page displays the name of the user and a link to the profile page of the user.

0 comments on commit 55dbf2f

Please sign in to comment.