Skip to content

SihemBouhenniche/NeomodelAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

REST API created by Django and Neo4j.

Build Setup

# create virtual environement
pip install virtualenv
virtualenv env
env\Scripts\activate

# install requirements
pip install -r requirements.txt

# for add new requirements 
pip freeze > requirements.txt

# create constraintes
python manage.py install_labels 

# run api server
python manage.py runserver

# open Django shell 
python manage.py shell

About

REST API created by Django and Neo4j.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages