Simple Rest with angularjs and neo4j
in 20 minutes install with one script you have a CentOS 7 box setup with:
- Nginx on port 80 443 (http://angularjs.doteva.com) serving a angular front
- Neo4J database ready through SPI (http://neo4j.doteva.com) change password after install
- Rest Server ready (http://restapi.doteva.com/api/hello/folks)
- SSL Certificates installed
# yum install -y git
# git clone https://github.com/rubentrancoso/restgraph.git
# cd restgraph
# git checkout develop
# git branch
REVIEW PARAMETERS file and then
# ./install.sh
all commands in one line
# yum install -y git; git clone https://github.com/rubentrancoso/restgraph.git; cd restgraph; git checkout develop; git branch; ./install.sh
enjoy!
Change the hostnames according to your environment
- enable acme-challenge
autorenew certificatefix websocket communication with neo4jwrite neo4j boilerplate- api authentication (Oauth)
- spring cloud contract
fix workflow when changing remote files- reactjs
- micro services architecture
- custom neo4j database path
https://maxdemarzi.com/2014/03/10/its-over-9000-neo4j-on-websockets/