Code Monkey home page Code Monkey logo

ideasapp's Introduction

Project Documentation

  • This is an app made using Clean Architecture, CQRS and MediatR.
  • An web-based app for sharing ideas online.
  • Web UI in Blazor or React is still work in progress, however we may consider the Api project and/or the built-in Swagger client to be the UI layer of the app.
  • Unit and Integration tests availabe in the tests/ directory as separate projects.
    • Unit test coverage is above or equal to 70% for the Core project - where the business logic resides.

Environment Setup

  • Install the Visual Studio 2022 Community IDE

    • Have the modules "ASP.NET and web development", ".NET desktop development", "Data storage and processing" installed.
    • Have .NET SDK and ASP.NET Core runtimes installed - version 6 or higher.
    • Have the dotnet-ef tool installed - version 7 or highter.
  • Have MSSQLLocalDB and Microsoft SQL Server Management Studio Installed.

  • Set your startup project be set to "Api (src\API\Api)"

    • Right-click on the Solution root from Solution Explorer and select "Configure Startup Projects..."".
  • Start the app from your IDE, using the green triangle.

Usage

Please use the swagger UI client for now. In the future, using NSwag and Blazor or React the true UI layer would be built.

When you run the application, an console window will pop-up containing the information on which port the app is runing. For me that is https://localhost:7082 - please consider the port and check if your is different.

Open the following page - https://localhost:7082/swagger/index.html and start interacting with the swagger UI.

Licensing

MIT

ideasapp's People

Contributors

kristiyanivanovx avatar

Watchers

 avatar

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.