Skip to content

edmistond/Smilodon

 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%