1
0
This repo is the implementation of a basic, rails + neo4j implementation.
Go to file
2023-05-23 21:26:58 -07:00
app Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
bin Created project with rails new --api. 2023-05-22 18:43:15 -07:00
config Updated routes and added postman collection 2023-05-23 21:26:58 -07:00
db Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
lib/tasks Created project with rails new --api. 2023-05-22 18:43:15 -07:00
log Created project with rails new --api. 2023-05-22 18:43:15 -07:00
public Created project with rails new --api. 2023-05-22 18:43:15 -07:00
storage Created project with rails new --api. 2023-05-22 18:43:15 -07:00
test Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
tmp Created project with rails new --api. 2023-05-22 18:43:15 -07:00
vendor Created project with rails new --api. 2023-05-22 18:43:15 -07:00
.gitattributes Created project with rails new --api. 2023-05-22 18:43:15 -07:00
.gitignore git to ignore neo4j files 2023-05-23 20:47:49 -07:00
.ruby-version Created project with rails new --api. 2023-05-22 18:43:15 -07:00
config.ru Created project with rails new --api. 2023-05-22 18:43:15 -07:00
docker-compose.yaml Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
Dockerfile Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
Gemfile Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
Gemfile.lock Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
Grillo Rails Test.postman_collection.json Updated routes and added postman collection 2023-05-23 21:26:58 -07:00
justfile Implemented a 3 endpoint json api storing and querying data from neo4j 2023-05-23 20:47:11 -07:00
Rakefile Created project with rails new --api. 2023-05-22 18:43:15 -07:00
README.md Created project with rails new --api. 2023-05-22 18:43:15 -07:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions