MathieuBurnat / onliga

This is the new website to read manga online !

Home Page:https://onligaprod.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onliga

Description

This is the new website to read manga online !

This project has been created during my ASP courses. It also called the Mangathèque.


Get Started

Be sure to have installed database tools before starting.

After that you could build the project :

dotnet build

And update the databse :

dotnet ef database update

Run the following command :

dotnet run

'nd Have fun !

dotnet commands

Generate a new migrations

dotnet ef migrations add [name]

Update schema with new migrations

dotnet ef database update

Delete schema

dotnet ef database drop

Project featues

Flash Message

It's possible to use flash message.

Simply add these into an function's controller before returning an view :

@TempData["queryType"] = "true"; // True will display an success message, False an warning
@TempData["queryMessage"] = "My content :)";

URL

The website is available here ! ❤️

About

This is the new website to read manga online !

https://onligaprod.azurewebsites.net/


Languages

Language:C# 58.9%Language:HTML 39.7%Language:CSS 1.1%Language:JavaScript 0.2%