GithubHelp home page GithubHelp logo

referbruv / containerninja.cleanarchitecture Goto Github PK

View Code? Open in Web Editor NEW
214.0 8.0 56.0 1.78 MB

ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.

Home Page: https://referbruv.com

License: MIT License

C# 67.44% Dockerfile 1.57% HTML 6.54% JavaScript 1.45% TypeScript 22.63% SCSS 0.36%
clean-architecture onion-architecture asp-net-core angular docker-compose docker dotnet6 entity-framework-core aspnet-core code-first

containerninja.cleanarchitecture's Issues

PostgresSQL support

I've tried adding dbconnection using postgres but it is not working. In the service.cs ive added the below

services.AddDbContext(options =>
options.UseNpgsql(
Configuration.GetConnectionString("DefaultConnection")));

Unhandled exception. System.ArgumentException: Connection string keyword 'server' is not supported. For a possible alternative, see https://go.microsoft.com/fwlink/?linkid=2142181.
at Microsoft.Data.Sqlite.SqliteConnectionStringBuilder.GetIndex(String keyword)
at Microsoft.Data.Sqlite.SqliteConnectionStringBuilder.set_Item(String keyword, Object value)

Refresh

When navigating to a different page than the root (ex: http://localhost/login) and press F5 I get a 404 Not Found. Is there a way to fix that in the proxy?

Test Project feature

Is your feature request related to a problem? Please describe.
I believe addition of test project for both frontend and backend would complete the solution

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.