As a user,I want have a page to insert account information,so that I can register an account to log in to the system.
Acceptance criteria
- The page is user-friendly enough
- When the user does not enter, the appropriate prompt can be given
- There is back-end code that accepts the data and adds it to the database
Tasks
- With html,css builds a page
- The data is returned to the server as json
- The passed data can be correctly added to the database