Skip to content

ankit08015/WebTools-Final-Project

Repository files navigation

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