Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 687 Bytes

Web Development Tools and Methods

Fall 2018

  • Database:

  • Create Database:

    • Command -> use UserDB
  • Create collections:

    • Command -> db.createCollection(LoginRecord)

    • Command -> db.createCollection(UserBostRecord)

    • Command -> db.createCollection(UserRecord)

  • Run the project using commands:

    • dotnet build

    • dotnet run

  • Login :

    • USERNAME: admin

    • Password: admin