Skip to content

aps2201/neo4j-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-CMS

This is a CLI neo4j CMS tool for my website. Its a nice little tool I've been using. To install it you need to create a __secret__.py file in the following format:

neo4j_cred = dict(
    NEO4J_URI= [neo4j aura URL],
    NEO4J_USERNAME= [neo4j db username],
    NEO4J_PASSWORD= [neo4j db password],
    AURA_INSTANCEID= [neo4j aura instance ID],
    AURA_INSTANCENAME= [neo4j aura instance name]
)

you can get a free instance from the neo4j Aura site

Installation

  • Clone this repo.
  • Create a __secret__.py file with the format above.
  • I recommend using pipenv, install using pipenv install --editable . inside the cloned folder.

Usage

Commands:

  • post-delete
  • post-list
  • post-update
  • post-write

You can write, delete, update, and list the existing posts in your neo4j database.

TODO:

  • add function to create a content folder
  • explanation on how it works on the website

About

A CLI neo4j CMS tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages