Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Mar 28, 2020
1 parent ef9c75b commit 704bc40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ http://localhost:9090/
```

Your web browser should display the screen below:
![alt text](https://github.com/arvention/ccapdev-mongoose/blob/master/index.png "Index page")
![alt text](https://github.com/arvention/ccapdev-mongoose/blob/master/index.png "Index Page")

7. Go to the sign-up page either using the menu item or the button. Enter sample user details. In this web application, we will use the ID number as a key - thus it should be unique for each user. However, as of now, we have not yet implemented it. This will be implemented using AJAX in the next tutorial. There are no form validations as of now, except that it checks if all fields have been properly filled out.

The picture below displays a properly filled form:
![alt text](https://github.com/arvention/ccapdev-mongoose/blob/master/signup.png "Sign-up Page")

0 comments on commit 704bc40

Please sign in to comment.