Coder Social home page Coder Social logo

gromney / emplea_do Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emplea-do/emplea_do

0.0 1.0 0.0 16.88 MB

Open source tech jobs portal. Made with .Net Core

Home Page: https://emplea.do

License: MIT License

C# 35.44% CSS 35.44% JavaScript 2.09% HTML 24.59% Shell 0.16% Batchfile 0.14% Less 0.84% SCSS 1.30%

emplea_do's Introduction

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

emplea_do's People

Contributors

eatskolnikov avatar robertlluberes avatar claudiosanchez avatar eddycordero avatar icepeda avatar codercampos avatar hommydej avatar christianrd avatar richard809 avatar juniorfelixgb avatar cesarlachapelle avatar gromney avatar varlackc avatar erickconcepcion avatar ekeller avatar hminaya avatar ivanatista avatar jadhielv avatar jpozo20 avatar cuesto avatar amaurygomez avatar luis-ramirez avatar ming-tsai avatar samueldaviddelacruz avatar

Watchers

James Cloos 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.