Skip to content

gmlunesa/MeowLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😺 MeowLearn

About

MeowLearn is a concept project that uses the ASP.NET MVC framework to build a fullstack web application.

Stack

NET Core Docker Azure SQL Server
  • ASP.NET MVC
  • Entity Framework Core
  • LINQ
  • SQL Server
  • Azure App Service

Setup

Clone the repository.

git clone https://github.com/gmlunesa/MeowLearn.git

Check and modify appsettings(.Development).json > ConnectionStrings > DefaultConnection properly to suit your database preferences.

  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost\\SQLEXPRESS;Database=MeowLearnDB;Trusted_Connection=True;MultipleActiveResultSets=true"
  },

Open solution on your preferred IDE. Build the project.

On .Net Core CLI

dotnet build

On Visual Studio

Press Ctrl+Shift+B

Run the migrations using the following:

On .NET Core CLI

dotnet ef database update

On Visual Studio Package Manager Console

Update-Database

License

MIT 🌱 Fully open-source

Credits


Made with 💫✨ by gmlunesa | Questions? Send me an email! I'd be happy to help.

About

😺 Fullstack project built with ASP.NET MVC

Topics

Resources

License

Stars

Watchers

Forks

Languages