Table of Contents
The project was built by Tuwaiq's Trainees to mimic twitter Application. The main idea of Tuwaiqer is a website application
allows posting messages in timeline, sharing them, and interacting with other users.
Moreover, it provides many features such as: following users, displaying and editing personal
profile, viewing followings' profiles and their messages.
- HTML
- CSS
- Bootstrap
- ASP.NET MVC
- MSSQL Server
- EF Core
-
Clone the repo
git clone https://github.com/AbdulazizAlmohammadi/Twitter
-
Install Dotnet
-
Setup your database in
appsettings.json
"DefaultConnection": "server={ Your Server Name}; database={ Your Database Name}; Trusted_Connection=True;"