GithubHelp home page GithubHelp logo

canyener / social-me-die Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 0.0 191 KB

A social media experiment with .net core, ef core, react and mobx.

License: MIT License

C# 100.00%
dotnet-core ef-core ef-core-migrations sqlite cqrs-pattern mediator-pattern clean-architecture

social-me-die's Introduction

.NET Core Build status Quality Gate Status GitHub release (latest by date) David GitHub contributors GitHub

social-me-die

  • API part of my social media experiment with .net core, entity framework core, react and mobx.

  • .vscode/ folder is commited on purpose. Command and query handler snippets are added and they might be useful for everyone.

  • You can find client app here.

build and run

  • Restore dependencies first, by dotnet restore
  • To build, run dotnet build command on terminal.
  • To run project,
    • run dotnet run -p API/.
    • or navigate to API directory by cd API/ and run dotnet run command.
  • To run in watch mode
    • You must navigate to API directory by cd API/ to be able to use watch mode.
    • run dotnet watch run in API directory.

Ef Core

  • To install globally (which I recommend), type dotnet tool install -g dotnet-ef on your terminal.
  • Simply run dotnet ef to see options and commands you can use.
  • To add migration dotnet ef migrations add <MigrationName> -p <ProjectContainsDataContext>/ -s <StartupProject>/

social-me-die's People

Contributors

canyener avatar dependabot-preview[bot] avatar dependabot[bot] avatar hkutluay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

social-me-die's Issues

Implement sonarcloud

My goal is to add sonarcloud to analyze my project.
Unfortunately sonarcloud has no automatic analysis support for c#

So I need to add this flow to my Github Actions workflow.

Any help is appreciated! โœจ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.