Git Product home page Git Product logo

mpit2021_final's Introduction

CONNECT IT

MPIT 2021 FINAL


Docker

Скачайте репозиторий и запустите билд

git clone https://github.com/stavaser/mpit2021_final
cd mpit2021_final
docker-compose -f docker-compose-dev.yml up --build

Проверьте развертывание, перейдя по этому адресу сервера в браузере.

0.0.0.0/login

Запуск фронта отдельно

Установите зависимости и запустите сервер.

cd frontend
npm i
npm start

Контроллеры

Находятся в файле backend/server/api/urls.py

Эндпоинты авторизации

  1. accounts/token/logout/
  2. accounts/users/me/
  3. request/get_tests
  4. request/user_register
  5. request/get_user_profile
  6. request/org_register

Эндпоинты вакансий

  1. request/get_vacancies
  2. request/post_vacancies
  3. request/get_vacancies
  4. request/get_org_vacancies
  5. request/get_vacancy_id
  6. request/get_vacancies
  7. request/get_vacancy_requests
  8. request/post_vacancy_request

Эндпоинты курсов

  1. request/get_courses
  2. request/post_course
  3. request/get_course_media
  4. request/get_courses_by_skill
  5. request/get_org_courses
  6. request/get_course_skills
  7. request/post_finished
  8. request/get_finished_courses
  9. request/get_courses
  10. request/get_courses

Эндпоинты тестов

  1. request/get_tests
  2. request/post_test

Разное

  1. request/get_matching_skills

Модели

Название Описание
UserProfile
Organization
Vacancies
JobDescription_1
JobDescription_2
JobDescription_3
VacancyRequirements
Courses
CourseSkills
CourseMedia
CourseProgress
CourseMediaProgress
Projects
Teams
Teammates
CourseMediaProgress
Tests
TestQuestion
TestAnswer
TestResult
UserSkills
Tests

mpit2021_final's People

Contributors

stavaser 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.