Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/calpa/neo4j-movie-backend

Neo4j movie backend
https://github.com/calpa/neo4j-movie-backend

neo4j neo4j-driver

Last synced: 3 days ago
JSON representation

Neo4j movie backend

Awesome Lists containing this project

README

        

## Neo4j movie backend

## How to start this project

1. Copy the neo4j configuration in neo4j website
2. Add .env in root directory

```
neo4j_address =
neo4j_username =
neo4j_password =
```

3. Run `npm install` to install the dependencies
4. Run `nodemon` to run the project

## Endpoints

### Example

- Get All movies: `/movie`
- Query Movie by title: `/movie?title=The Matrix Reloaded`
- Query Movie by title, within released year range: `/movie?title=The Matrix&first_year=2000&last_year=2015`

- Get All people involved in the movie: `/movie/The Matrix/people`

## Packages

- Express.js
- dotenv
- neo4j-driver