Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellmetha/notabanane
Nota Banane blog application...
https://github.com/ellmetha/notabanane
blog django food recipes travel wagtail
Last synced: 3 months ago
JSON representation
Nota Banane blog application...
- Host: GitHub
- URL: https://github.com/ellmetha/notabanane
- Owner: ellmetha
- License: gpl-3.0
- Created: 2017-03-22T15:17:13.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T12:43:29.000Z (10 months ago)
- Last Synced: 2024-04-21T14:58:49.383Z (10 months ago)
- Topics: blog, django, food, recipes, travel, wagtail
- Language: Python
- Homepage: https://notabanane.com
- Size: 14.5 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. raw:: html
notabanane
Healthy recipes for real life adventurers.
|
|`Nota Banane `_ is a blog application about healthy food and diet. It features recipes and other
articles on various subjects... contents:: Table of Contents
:local:System requirements
===================* Python_ 3.9+
* PostgreSQL_ 9.4+
* Node_ 11.0+
* Poetry_ 1.0+Installation
============If all the above system dependencies are properly installed on the target system, it should be
possible to install the project using the following command:.. code-block:: shell
$ make init
This command will take care of installing the dependencies, initializing the environment-specific
configuration values, building the development assets and preparing the database.Usage
=====The development server can be started using the following command:
.. code-block:: shell
$ make server
License
=======GPLv3. See ``LICENSE`` for more details.
.. _Node: https://nodejs.org/en/
.. _Poetry: https://python-poetry.org/
.. _PostgreSQL: https://www.postgresql.org/
.. _Python: https://www.python.org