Skip to content

barseghyanartur/faker-file-api

Repository files navigation

faker-file-api

REST API for faker-file.

Build Status Coverage

Online demos

Check the demo(s):

Installation

pip install -r requirements.txt

Running

Development

uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload

Production

uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload --workers 4

Testing

pytest .

Writing documentation

Keep the following hierarchy.

=====
title
=====

header
======

sub-header
----------

sub-sub-header
~~~~~~~~~~~~~~

sub-sub-sub-header
^^^^^^^^^^^^^^^^^^

sub-sub-sub-sub-header
++++++++++++++++++++++

sub-sub-sub-sub-sub-header
**************************

License

MIT

Support

For security issues contact me at the e-mail given in the Author section.

For overall issues, go to GitHub.

Author

Artur Barseghyan <[email protected]>