Code Monkey home page Code Monkey logo

mohamed-kaizen / mlrecruiters-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from strategy-tap/mlrecruiters-backend

0.0 1.0 0.0 155 KB

Every person needs help from other professionals be it electricians, plumbers, mechanics or any other. This project is a quick and easy way for people(recruiters) to connect with skilled people who think are a good fit and hire them

License: MIT License

Python 96.43% Batchfile 0.26% HTML 3.31%

mlrecruiters-backend's Introduction

๐Ÿ›  Status: In Development

MLRecruiters is currently in development. So we encourage you to use it and give us your feedback, but there are things that haven't been finalized yet and you can expect some changes.

See the list of Known Issues and TODOs, below, for updates.

Overview

Every person needs help from other professionals be it electricians, plumbers, mechanics or any other. This project is a quick and easy way for people(recruiters) to connect with skilled people who think are a good fit and hire them

Getting Started

git clone https://github.com/Strategy-Tap/MLRecruiters-BackEnd
  • install dependence:
poetry install

or

pip install -r requirements.txt  # for production
pip install -r full_requirements.txt  # for dev
  • serve the app:
  1. create .env in the root of the project or set your ENV add the following line into .env file or set your ENV:

    DEBUG=True  # change this in production
    
    ALLOWED_HOSTS=example.com, localhost, 0.0.0.0, 127.0.0.1  # change this in production
    
    SECRET_KEY=w86k@*ash*z)dsxsoz+o*ne*ugb08(4nu13%8!m*+2_e@@7hnx  # change this in production and never put the production key here
    
    DATABASE_URL=sqlite:///db.sqlite3
    
    EMAIL_USER=example@example.com  # for production
    
    EMAIL_PASSWORD=''  # for production 
    
    DROPBOX_OAUTH2_TOKEN=''  # for production
  2. create media, static, and static_root folder if you don't have them

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

enjoy :)

License: MIT

mlrecruiters-backend's People

Contributors

mohamed-kaizen 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.