All Projects → Emplea-do → emplea_do

Emplea-do / emplea_do

Licence: MIT license
Open source tech jobs portal. Made with .Net Core

Programming Languages

CSS
56736 projects
C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects

Projects that are alternatives of or similar to emplea do

run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-80%)
Mutual labels:  visual-studio, entity-framework-core, aspnet-core
Efdesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Stars: ✭ 256 (+241.33%)
Mutual labels:  visual-studio, entity-framework-core
Moonglade
The .NET 5 blog system of https://edi.wang, runs on Microsoft Azure
Stars: ✭ 249 (+232%)
Mutual labels:  entity-framework-core, aspnet-core
Efcorepowertools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
Stars: ✭ 774 (+932%)
Mutual labels:  visual-studio, entity-framework-core
Dotnetcore Entityframework Api
Building REST APIs using ASP.NET Core and Entity Framework Core
Stars: ✭ 212 (+182.67%)
Mutual labels:  entity-framework-core, aspnet-core
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+177.33%)
Mutual labels:  entity-framework-core, aspnet-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+6726.67%)
Mutual labels:  visual-studio, aspnet-core
Northwindtraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Stars: ✭ 4,628 (+6070.67%)
Mutual labels:  entity-framework-core, aspnet-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+108%)
Mutual labels:  entity-framework-core, aspnet-core
kontent-boilerplate-net
Kontent.ai Boilerplate for development of ASP.NET Core MVC applications.
Stars: ✭ 29 (-61.33%)
Mutual labels:  visual-studio, aspnet-core
fullstack-jobs
Real(ish) demo using Angular with ASP.NET Core GraphQL and IdentityServer.
Stars: ✭ 84 (+12%)
Mutual labels:  entity-framework-core, aspnet-core
Aurora Api Project
Aurora is a project developed in .NET Core, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.
Stars: ✭ 162 (+116%)
Mutual labels:  entity-framework-core, aspnet-core
Dntidentity
A highly customized sample of the ASP.NET Core Identity
Stars: ✭ 145 (+93.33%)
Mutual labels:  entity-framework-core, aspnet-core
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+202.67%)
Mutual labels:  entity-framework-core, aspnet-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-68%)
Mutual labels:  entity-framework-core, aspnet-core
Angularwebpackvisualstudio
Template for ASP.NET Core, Angular with Webpack and Visual Studio
Stars: ✭ 497 (+562.67%)
Mutual labels:  visual-studio, aspnet-core
fake-survey-generator
A slightly more-than-trivial full-stack application built with DDD & CQRS concepts
Stars: ✭ 49 (-34.67%)
Mutual labels:  entity-framework-core, aspnet-core
Aspnetcoregraphql
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
Stars: ✭ 272 (+262.67%)
Mutual labels:  entity-framework-core, aspnet-core
Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (+236%)
Mutual labels:  visual-studio, aspnet-core
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-74.67%)
Mutual labels:  aspnet-core, aspnet-mvc

Emplea.do

Production CI Build Status

Build status

Beta CI Build Status

Build Status

Getting the project up and running

Install the following software

Running the app for the first time

  1. Run the script (init.sh or init.bat), this will install all command line tools
  2. Open the solution
  3. Restore the nuget packages
  4. Run the Web project

This project has two initializations for Windows and for Linux or Mac

Workflow

  1. Review the list of issues and pick the one you like.
  2. Check if the issue has been assigned to someone.
  3. Ask for the issue to be assigned to you with a comment.
  4. Create a feature branch in your repo in the following format feature/{issue_number}-simple-title.
  5. Work iteratively and commit often.
  6. Ask for help when needed. If run into any impediment air it out in slack or comment in your issue,
  7. Prepare the Pull Request following the guidelines.

JS libraries and libman

This project includes some third party js libraries, they have been included in the repo because they are integral for the correct workings of the theme we picked. If you need to add another third party library make sure to do it using the LibMan CLI. It gets installed when you run the init.sh script.

Configuring Authentication

Rename the appsetting.template.json file to appsetting.json and complete the client ids and secrets for each authentication provider you want to use.

You can see a step-by-step guide of how to do it.

Ignoring changes of the appsettings file

To ignore changes made to the appsettings.Development.json file run the following

git update-index --assume-unchanged Web/appsettings.Development.json

The init.sh does this automatically.

In case of connection issues

If you happen to run to the following error while running for the first time, something about database connection issue: [SQLite Error 14: 'unable to open database file']. Try Setting the connection string to use the full path location of the mydb.db file.

Example:"Data Source=C:\\CODE\\emplea_do\\mydb.db;"

Slack Configuration

To configure your own SlackService just follow the Official to get started. After you completed slack configuration, you should have a token and a workspace section, with a Webhook URL that'll look something like this https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX, you should only be interested in T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX (because that is what we are going to use in the appsetting).

Now add your token with key "VerificationToken" and workspace section with key "WebhookEndpoint" to the slack section in appsettings.development.json.

If you have any questions or just want to hang out

Powered By

.Net Azure Azure devops Jetbrains Visual Studio Visual Studio Code

License

This project is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].