Skip to content

charismatic-claire/nodes-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodes Challenge

A little full stack project about KNIME nodes

System requirements

  • OpenJDK v11.0.13
  • Node v10.19.0
  • Python v3.8.8, requests v2.25.1

How to install and start the backend

How to install and start the frontend

  • $ cd nodes-frontend

  • $ npm install

  • $ npm run serve

  • Open a browser and check http://localhost:8080/

  • If you see something like this, it works:

    Empty nodes list

How to use

  • You can use a Python script to populate the backend:

    $ cd nodes-backend/src/cli/python
    $ python nodes-api-calls.py add_nodes
    
    
  • You can use the Python script to check if the import went through:

    $ python nodes-api-calls.py get_all_nodes
    
  • Open a browser and check http://localhost:8080/

  • If you see something like this, it works:

    Populated nodes list

  • Use the create, read, update and delete functionalities of the browser client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published