Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.41 KB

README.md

File metadata and controls

71 lines (49 loc) · 2.41 KB

Codename "Smilodon"

ActivityPub implementation in dotnet (.net).

Current Build status

PR - Build and Test

Running Development Build Locally

Running the WebApp (API) locally

To run the WebApp, you can navigate to the \WebApp folder from your preferred commmand line and run the following command:

dotnet run watch

Using Entity Framework Core

1. Install EF Core CLI tool

dotnet tool restore

2. Create a local database user for smilodon

CREATE USER smilodon WITH PASSWORD 'smilodon' CREATEDB;
CREATE DATABASE smilodon;

3. Initialize your local database

cd ./src/Infrastructure/Persistence
dotnet ef database update

Creating a migration

cd ./src/Infrastructure/Persistence
dotnet ef migrations add <NAME>

Project Documentation

For information about the project, see the Smilodon Documentation

Primary Contributors

Brendan Enrick (@Brendoneus)

Brendoneus Twitter Follow Brendoneus Mastodon Follow YouTube Channel Subscribers DevChatter Twitch

Note: we'll add people here once we have more contributors!