Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 990 Bytes

README.rst

File metadata and controls

43 lines (28 loc) · 990 Bytes

News_API

All the function for the api

Built with Cookiecutter Django

LICENSE: MIT

Deployment

Local

To deploy the app locally (for testing/development), you will need to: #. Create a virtualenv (basic). #. Install application package as develop.

  1. Serve the application itself: .. code-block:: bash

    export FALCON_SETTINGS_MODULE=news_api.settings.local gunicorn news_api.app:app --bind:127.0.0.1:8000 --reload

    Or

It is very important to set the environment before serving the app or it won't work.

Docker

To tun docker container application you just need to run: