A simple Friendster/MySpace-type social network made using ASP.NET. Still on the works!
It has always been my dream to revive the vibe that Friendster and MySpace once had. Creating a simple one using ASP.NET.
- Visual Studio (Not visual studio code!) 2012-2019
- MS SQL Express, preferrably 2012 or later.
- Clone the repo, the open the solution file with VS.
- Create a new DB in MS SQL.
- On the SocialNetwork website project inside the solution, there is an SQL script inside the dbscripts folder. Run that script on your new DB. It should create the tables and initial data for you.
- Adjust the connection string on your web.config folder to match your new DB.
- Reload NuGet packages.
- Build and run!
- Login and Registration UI, under default page.
- Model and services for creating users
- Implementation of ASP.NET authentication
- Account Creation (Service already exists, just implementation.)
- Login (Service already exists, just implementation.)
- Create dashboard page.
- Implement ReCaptcha, set private and public keys inside web.config.
- Implement SMTP configurations on web.config
- Create account verification page.
- Send verification email.
- Implement upload profile photo
