Code Monkey home page Code Monkey logo

rekruto_deepra's Introduction

Тестовое задание Intern/Junior Python backend developer

Можно проверить онлайн, перейдя на https://rekrutodeepra-production.up.railway.app/?name=Rekruto&message=Давай%20дружить!

Задание

Создать веб-сервис, который будет выводить "Rekruto! Давай дружить!". URL с GET запросом, который будет выводиться уже на странице: урл должен быть таким xx.xx.xx.xx./?name=Rekruto&message=Давай дружить! и выводилось на странице Hello {name}!{message}!

Решение

Я сделал сервис, используя FastAPI. В ответ попросили ссылку на сервис, я не понял надо ссылку на гитхаб или на задеплоенное приложение, поэтому сделал и так, и так

Установка и запуск

Клонируем репозиторий и заходим в него

git clone https://github.com/artklk12/rekruto_deepra.git
cd rekruto_deepra

Устанавливаем зависимости и запускаем

Используя консоль

pip install -r requirements.txt
uvicorn main:app --reload

либо, используя docker

docker build -t rekruto .
docker run -p 8000:8000 rekruto

rekruto_deepra's People

Contributors

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