Chuongzzz1 / HomeworkWebsite

0 stars 0 forks source link

Homework #3: Create Website #1

Open Chuongzzz1 opened 1 month ago

Chuongzzz1 commented 1 month ago

REQUIREMENT

  1. Create a list of items in DB. With three fields: ID, Name, Note.
  2. Connect and get the list of all items.
  3. Random pick: Get random from DB one. Then next one get one more but should not pick the ones have been picked.
  4. Host that web site to Tomcat or any kind of server.

OVERVIEW

UI: Bootstrap DB: SQL Server Technical: C#, ASP.NET CORE Tool & hosting: Visual Studio Architecture : MVC

DB: Image

Chuongzzz1 commented 1 month ago

ISSUE: Cannot connect to SQL Server (Fixed)

Image

Chuongzzz1 commented 1 month ago

INSEART DATA:

Chuongzzz1 commented 1 month ago

Random User: Image

Get User:

Image

Chuongzzz1 commented 1 month ago

Result:

Image