Giter Site home page Giter Site logo

faker-api's Introduction

Faker API

Генератор случайных личностей.

Установка

Клонировать этот репозиторий. git clone https://github.com/kropochev/faker-api.git

Запуск с помощью Docker-Compose

  1. Проверить, что Docker работает локально.
  2. Создать образ docker-compose build.
  3. Запустить docker-compose up.

Создание личности

curl -X 'POST' \
  'http://0.0.0.0:8000/person?sex=Male&age=20' \
  -H 'accept: application/json' \
  -d ''

Создание нескольких личностей

curl -X 'POST' \
  'http://0.0.0.0:8000/persons?sex=Female&age=25&count=3' \
  -H 'accept: application/json' \
  -d ''

Результат

[
  {
    "first_name": "Раиса",
    "last_name": "Сорокина",
    "birthday": "14-03-1997",
    "login": "Raisa25",
    "password": "VggTqs&J"
  },
  {
    "first_name": "Анжелика",
    "last_name": "Шестакова",
    "birthday": "07-11-1996",
    "login": "Anzhelika25",
    "password": "5u-6gttb"
  },
  {
    "first_name": "Надежда",
    "last_name": "Костина",
    "birthday": "17-09-1996",
    "login": "Kostina1996",
    "password": "=P&BH69b"
  }
]

faker-api's People

Contributors

kropochev avatar

Stargazers

 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.