Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

.. raw:: html




notabanane



Healthy recipes for real life adventurers.



Build status

|
|

`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