Neo4j Movies Example Application - Asp.net WebApi Version
- There's a docker-compose file and you can use the following command to launch Neo4j container.
$ docker-compose up -d
- Open the Neo4j Browser.
- Open up the solution in Visual Studio and restore the Nuget Packages.
- If you need a username and password to connect to your DB, edit the
Web.Config
file and fill in theGraphDBUser
andGraphDBPassword
values in theappSettings
section. - Press F5 to run the project, this will start your browser of choice and show you the interface.
WARNING: You will need the Microsoft .NET Framework 4.7.2 Developer Pack and Docker.
- Fork it ( https://github.com/OKTAYKIR/NeoClientDemo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Please ⭐️ this repository if this project helped you!