Browse Source

adding questions

content-update
lee 5 years ago
parent
commit
62e994296b
  1. 3
      subjects/ascii-art-web/ascii-art-web.audit.en.md
  2. 1
      subjects/ascii-art-web/ascii-art-web.en.md

3
subjects/ascii-art-web/ascii-art-web.audit.en.md

@ -73,8 +73,9 @@ o-o-o o--o o-o o o o o-o | | o o
##### Try making a request to the server (clicking a button to generate the ascii-art representation on the website)
###### Is the communication between [server and client](https://www.geeksforgeeks.org/client-server-model/) well established?
###### Does the server present the right [HTTP methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)?
###### Does the server use the right [HTTP method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)?
###### Has the website runned without crashing at anytime?
###### Is the server written in Go?
#### General Requirements

1
subjects/ascii-art-web/ascii-art-web.en.md

@ -8,6 +8,7 @@ Ascii-art-web consists in creating and running a server, in which it will be pos
- You can run your server **locally** (localhost) or using an **API**.
- You must use the different [banners](https://github.com/01-edu/public/tree/master/subjects/ascii-art) for the website.
- It should be available to choose between the banners.
- You have to use the right [HTTP methods](https://www.tutorialspoint.com/http/http_methods.htm).
- You need to have a well established connection between server and client.
This project will help you learn about :

Loading…
Cancel
Save