Skip to content

EasyTag is an application to help to identify rooms using QR codes.

Notifications You must be signed in to change notification settings

DanSM-5/EasyTagProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyTagProject

EasyTag is a room management web application that helps to identify rooms using QR codes.

Instructions to run the application locally

  1. Clone the repository

  2. Create an appsettings.json file in /EasyTagProject/ Example /EasyTagProject/appsettings.json

  3. Write the following json object in the file appsettings.json and save changes.

{
  "Data": {
    "EasyTagDB": {
      "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=EasyTagDB;Trusted_Connection=True;MultipleActiveResultSets=true"
    },
      "EasyTagIdentity": {
        "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=IdentityUsersEasyTag;Trusted_Connection=True;MultipleActiveResultSets=true"
    }
  }
}
  1. Default Admin user, Professor user, and respective passwords can be changed in SeedDataIdentity.cs under models folder, however changing the default Admin user information is not recommended.

  2. Db's will be created the first time the application is run using migration scripts.

  3. Log in to have access to the special features of the application.

About

EasyTag is an application to help to identify rooms using QR codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published