The idea of this site to enable you to tell people anonymously about any thing you think about him and enable the person you send message to see it and reply it if he want .
https://askme-spa.azurewebsites.net
$ git clone https://github.com/Ahmad-Magdy/AskMe-SPA.git askMeProject
$ cd askMeProject
$ npm install
$ dotnet restore
- Web API by using ASP.NET Core MVC.
- Frontend: Angular4 and Bootstrap 4 Alpha.
- Authentication Based on JWT and accepts both Authorization Header with Bearer Schema and access_token cookie with HttpOnly preference.
- Database: SqlServer by using EFCore ORM
- User able to signup with username, email, name, password, description, image fields.
- Message has content, reply, and isVisible which is let user choose to view this message on his/her profile or not.