First PUsh

This commit is contained in:
2018-11-26 14:38:47 +09:00
commit d9e043c468
33 changed files with 8648 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Web Project For CAU University 3
Write a web application My-Contacts satisfying the following requirements.
- Information to be included: name, e-mail address, phone numbers, etc.
- Functions to be supported: insert, delete, update, search, list, etc.
- Server side scripting should be used.
- All data should be stored in DB.
- Build your own web servers.
Submit the report describing the requirements, design, and testing results with source code.