Giter Club home page Giter Club logo

user_preferences's Introduction

Personalised User Profile

Tech Stack: JavaScript, jQuery, HTML, CSS, Bootstrap

How To Run Web-App

Neo4j has to be installed. Internet connection required as well as packages are not installed.

  1. To change Neo4j Settings / neo4j.conf to as follows:
    • Include this: apoc.export.file.enabled=true
    • Include this too: apoc.import.file.use_neo4j_config=false

  2. Restore database in Neo4j
    • Stop the Neo4j database from running and run the following commands in its terminal:
    cd bin
    neo4j-admin load --from=jun23.dump --database=neo4j --force
    
    • Note to copy the jun23.dump file from the neo4j_dumps folder in Assets to the bin folder in your Neo4j database.

  3. Run web-app on LocalHost
    • Can use npm's http-server to run the web-app on LocalHost
    npm install http-server -g
    cd <directory of user_preferences folder>
    http-server
    

  4. Open http://localhost:8080/dist/ on a browser.

Relevant Jupyter Notebooks:

user_preferences's People

Contributors

shirleyow avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.