Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
/ MusicRatingWebApp Public archive

A music rating web application made for a university project

Notifications You must be signed in to change notification settings

nerbug/MusicRatingWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a music rating web application that was made for a university project and implemented using ASP.NET Core 3.0.

How to build and run the web app

Make sure that the Entity Framework Core CLI tools have been installed beforehand with dotnet tool install --global dotnet-ef.

  1. Build the project MusicRatingWebApp. You may also build the UnitTests project, but that isn't really necessary.
  2. While in the MusicRatingWebApp project directory, run dotnet ef database update in order to update (make) the database from the last migration.
  3. Run the project. You should see a website running on https://localhost:44342/.

Misc stuff

Vector icons made by Freepik, available at https://www.flaticon.com/authors/freepik.

Work Sans font is (C) 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans). License available under MusicRatingWebApp/wwwroot/css/fonts.

About

A music rating web application made for a university project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published