aidanjbailey / Anidopt

Classifieds web-app for animal adoption (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anidopt

Classifieds web-app for animal adoption (WIP)

Requirements

Usage

Make sure dotnet-ef is installed

dotnet tool install --global dotnet-ef

Create a json file called appsettings.json in the Anidopt directory containing an AnidoptContext connection string, e.g.

{
  "ConnectionStrings": {
    "AnidoptContext": "Server=(localdb)\\MSSQLLocalDB;Database=_CHANGE_ME;Trusted_Connection=True;MultipleActiveResultSets=true"
  }
}

A database will be built with the connection string if it does not exist.

Use the typical dotnet cli commands for the rest...

Build

dotnet build

Clean

dotnet clean

Run

dotnet watch

...blah blah blah...

License

This code is being written with the purpose of doing good things for free. Anidopt currently rides under GPLv2. If it's good enough for Linus it's good enough for me.

About

Classifieds web-app for animal adoption (WIP)

License:GNU Affero General Public License v3.0


Languages

Language:C# 61.0%Language:HTML 37.7%Language:CSS 0.6%Language:JavaScript 0.4%Language:Dockerfile 0.3%