Skip to content

This is a blog website created using ASP.NET Core 7 and EntityFramework

Notifications You must be signed in to change notification settings

kylewillis21/BlogProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

BlogProject

This is a blog website created using ASP.NET Core 7 and EntityFramework for the database

Website: This website is not yet deployed but will be deployed in the future using Microsoft Azure Stay tuned!

How To Run?

As of right now, this project is not ready for deployment but if you want to try it out for yourself you can do the following steps:

  1. Fork the project
  2. Clone the repository (git clone https://github.com/kylewillis21/BlogProject.git)
  3. Download the dependencies using NuGet Package Manager on Visual Studio
  4. Create the database using the Package Manager Console inside of Visual Studio (Tools > NuGet Package Manager > Package Manager Console) using the command
    update-database
  5. Build and Run the solution to run a local version of the website

Due to this being a local solution the only data coming from it will be data that you create as a user

Technologies Used to Create

  • ASP.NET Core MVC 7.0
  • Entity Framework Core Version 7.0.9
  • ASP.NET Core Identity Version 7.0.9

About

This is a blog website created using ASP.NET Core 7 and EntityFramework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published