Giter Club home page Giter Club logo

lrrs's Introduction

Lab Report Repository (LRR)

Web applications for online student learning. makes it possible to add courses and post grades with lessons. Also the ability to take tests and the ability for students to upload laboratory work.

Screenshots

Access Managment

Access Managment

Cource Students Managment

CourceStudentsManagment Screenshot

Cources

Cources Screenshot

Grades

Grades Screenshot

Lectures

Lectures Screenshot

User Managment

UserManagment Screenshot

Other Screenshots

Used tools

Run Locally

Clone the project

  git clone https://github.com/DmytroLamashevskyi/LRRS.git

Open to the project

  ..\LRRS\LRRS\LRRS.sln

Install dependencies

    # Updates all packages in all projects in the solution
    Update-Package 
    Update-Package –reinstall

Change data in file appsettings.json

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-WebApp-171D3A48-B83E-41C5-87F4-9D57B5441C7E;Trusted_Connection=True;MultipleActiveResultSets=true"
  }  

Update SuperAdmin user

  "SuperAdmin": { 
    "UserName": "superadmin",
    "FirstName": "Admin",
    "LastName": "Administrator",
    "Email": "[email protected]",
    "PasswordHash": "123Pa$$word." //PaswordData
  },

Update mail stmp server

  "EmailConfiguration": {
    "From": "[email protected]",
    "SmtpServer": "smtp.gmail.com",
    "Port": 465,
    "Username": "login",
    "Password": "password"
  },

Update Password requirements

  "PasswordRequirements": {
    "RequiredLength": 6,
    "RequiredUniqueChars": 0,
    "RequireNonAlphanumeric": false,
    "RequireLowercase": true,
    "RequireUppercase": false,
    "RequireDigit": false
  },

Add migration for Data base

PM> Add-Migration <Name>

Run migration for Data base

PM> Update-Database

About migration in EF Core

Run Application and login using SuperAdmin Credentials

Installation on Server

Publish an ASP.NET Core app to IIS Publish an ASP.NET Core App to Azure

Remember to install DB credentials and run Migration on VS

Roadmap

  • Release V0.1b

    • Register and Login for Users
    • User Management
    • Adding Courses
    • Course Management
    • Add students to Course
    • Add Lessons
    • Added Lessons TextArea
    • Adding Grades
    • Add Lessons
    • Prepare Language support
  • Release V0.2b

    • Block for Users
    • File Managment
    • File Upload
    • File Upload Limits (for DB 3Mb Max)
    • Adding Files in Database and on Server
    • Added File unique name generation
    • Add password cources
    • Update Language support Views
    • Added mail change Password
    • Added mail password confirmation
  • Release V0.3b

    • Add statistics for Cource
    • Add upload Files to Lecture
    • Add Lecture deadline
    • Add mailing to Students (add checkbox for this)
    • Adding pdf file generating
    • Bugfix
    • Refactoring
  • Release V0.4b

    • Add Tests environment
    • Add News Envierment
    • Adding Administrator Tab for application settings managment
    • Finish implementing Language pages
    • Add Paging for Cources and Users panels
    • Refactoring
  • Release V0.5b

    • Add Version controll for DB
    • Add mail information sending

Authors

🛠 Skills

Javascript, HTML, CSS, ASP.NET CORE MVC, C#, Bootstrap, EF Core

lrrs's People

Contributors

dmytrolamashevskyi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.