hasan-sh / bookcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookcase app

By Hasan, Hisham, Sybolt and Mohammed. Group 25

Instructions

Please follow this instructions to install and run the app:

Make sure you have Node1 installed on your machine. NPM2 comes standards with nodejs. If you faced troubles while installing, refer to their main websites.

  1. clone/download this repository and change directory into it from the command line .
  2. Then npm install .
  3. Create a new repository in GraphDB or some similar triple store .
  4. Import the .ttl file into graphDB repository.
  5. Copy and paste the repository URL into scr->utils->index.js->line 5.
  6. Finally npm start .

the final command runs the app in the development mode.

We focus on mobile; for now. So after it runs, open the inspector and run the mobile emulator. Open http://localhost:3000 to view it in the browser.

Important if you encounter a network error, then you will have to install a CORS plugin in order to retrieve data from the same origin.

The page will reload if you make edits.
You will also see any lint errors in the console.

This project was bootstrapped with Create React App.

Footnotes

  1. https://nodejs.org/en/

  2. https://www.npmjs.com/

About


Languages

Language:JavaScript 95.8%Language:HTML 3.3%Language:CSS 0.9%