Logging in to NEO

  1. After the data has been successfully loaded, we can log into NEO. Launch your favorite web browser, and go to http://localhost. The browser will display the One Network Enterprises Logon page for Platform's NEO user interface.

  2. Log in as user BookstoreUser with the password password, and then click Login:

    images/download/attachments/144836533/image2022-1-4_13-11-40-version-1-modificationdate-1670860199000-api-v2.png

    (In a development environment, passwords are always automatically set to password)

  3. After NEO opens, you can see two sample items in the Menu tile:

    images/download/attachments/144836533/image2022-1-4_13-12-14-version-1-modificationdate-1670860199000-api-v2.png


    The first menu item, Sample URL, is a reference to the sample.html file originally located at Bookstore/web/public/sample.html. Note that this HTML file refers to an image file, sample.png, which is located in the same folder.

    images/download/attachments/144836533/image2021-3-24_16-25-15-version-1-modificationdate-1670860199000-api-v2.png

    The second menu item, Sample JS Module, is an example of a UI page using NEO's widget library, which is built on the React framework. The page accessed can be found in the web/public/jsmodules/ folder, and is called JSModule.js.

    images/download/attachments/144836533/image2021-3-24_16-25-29-version-1-modificationdate-1670860199000-api-v2.png

    At this point a developer would typically proceed with building out functionality - creating persistent models, developing user interface screens, implementing integrations, etc.

Thanks for walking through the Hello World tutorial! You can continue with the next chapter of the Tutorial, "Developing the Bookstore", on the next page.