This repository is dedicated to building a web app that showcases my dev blogs and personal portfolio using the Model-View-Controller architecture. The following technologies where used:
- .NET 8.0
- Postgres
- Bootstrap 5
- Froala Editor
- Cloudinary
SedixScope is a modern web application designed to showcase my personal blogs and portfolio. It leverages the power of .NET 8.0 on the backend, ASP.NET Core Razor pages on the frontend, styled with Bootstrap5, database administration with Postgres, Froala for the WYSIWYG Editor and Cloudinary for my images hosting.
- User Authentication and Authorization
- Admin Control And Functionality
- Post Creation and Management
- Commenting System
- Posts Like System
- Responsive Design
-
Clone the repository:
git clone https://github.com/FaroukDev-tech/sedixscope.web.git cd sedixscope.web -
Set up the web app:
cd sedixscope.web dotnet restore dotnet build dotnet ef database update dotnet run
- Navigate to
http://localhost:5000in your web browser to access the frontend of web app.
Contributions are welcome! Please fork this repository and submit pull requests with your changes. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create a feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -m 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request