Skip to content

GeorgeCrossIV/Neo4JEmployeeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4JEmployeeAPI-C#

This repository contains a C# solution that build two Web API web services and a JavaScript web page that calls the two web services. The following tasks were completed:

To run the solution in the Software-as-a-Service (SaaS) implementation:

To run the solution locally, do the following:

  • clone the solution to a local repository: https://github.com/GeorgeCrossIV/Neo4JEmployeeAPI.git
  • Open the solution in Visual Studio 2017. The free Community edition can be downloaed here: https://www.visualstudio.com/vs/community/
    • Update the web.config file:
      • update the Uri setting to "bolt://localhost:", where port is the port number assigned by Visual Studio
      • update the password; will mostly likely be "neo4j" if its a standard default desktop installation
  • Run the Neo4JEmployeeAPI project. By default, a local website should launch.
  • Notes on local implementation
    • Install and run Neo4J desktop edition.
    • Use the IIS Express that's deployed with Visual Studio, unless greater control of the web server is desired

The Java version of the Web API web services is located here: https://github.com/GeorgeCrossIV/Neo4JEmployeeAPI-Java.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published