Giter VIP home page Giter VIP logo

asp.net-core-user-system's Introduction

Basic User System (ASP.NET Core MVC)

My first ASP.NET Core project, its a user system app with some features, using the same idea as my one of my previous projects: User System.
I wanted this project to be as exact the same as my previous UserSystem project, but since ASP.NET Core's Identity does offer many functionalities, i have decided to keep some of them in this app.

โ€ข Features:

  • Signing up a new account, it does not allow duplicate usernames.
  • Logging to an existing account.
  • The ability to upload an avatar to the database, the ability to remove it too (avatars are stored as binary data).
  • The ability to change the password for your existing account.
  • The ability to change your username.
  • The ability to download your account data.
  • The ability to delete your account.
  • Logging out from your account.
  • All data are stored in a MS SQL Server database.

*All features above are using ASP.NET Core's Identity except of the avatar part, i made it manually.

*I made multiple changes to the Identity as well, like switching everything from using Email into using Username, i have disabled many things in the Identity too.

About hosting:
*I am using a free MS SQL database hosting FreeASPHosting.net which means the database might be slow or down sometimes.

*I used Heroku to host my website, Heroku does not support ASP.NET Core officially and i had to use a workaround in order to deploy my app there, i couldn't access the Heroku Config Vars in order to add connection string variable from inside my app, thats why the website is deployed using a hidden GitHub repository, it is the exact same as this one but with connection strings being added there.


Sign Up page:
alt text

Log in page:
alt text

Home page:
alt text

Adding avatar:
alt text alt text

Changing Username:
alt text

Changing Password:
alt text

Download your data/ delete your account:
alt text

the database:
alt text

AspNetUsers (Identity table):
alt text alt text

UserAvatar table:
alt text alt text

asp.net-core-user-system's People

Contributors

hani-alhamad 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.