Skip to content

viral32111/account-system

Repository files navigation

Account System

CI CodeQL GitHub tag (with filter) GitHub repository size GitHub release downloads GitHub commit activity

This is a demonstration of a perfect user account (login & registration) system that I believe all websites should adopt.

📅 History

This was originally started in 2020 using PHP 7 and a MySQL 5 database. This version is available on the php branch or 1.0.0 release.

In July of 2023, I uploaded the original project to GitHub and rewrote it to be a full-stack ASP.NET MVC (C#/Razor) service using Microsoft SQL Server 2022. I chose this framework as I wanted to learn SQL Server so I might as well use Microsoft's other products, plus I had already made numerous full-stack web applications in the past using Node.js/MongoDB so it seemed silly to use those again.

⚖️ License

Copyright (C) 2020-2023 viral32111.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.