Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 849 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 849 Bytes

Instructions to run the project Locally

After cloning the repo run:

npm install

to install the required node_modules

then start to project locally:

npm start

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

Project Structure

JSstore

  • Storage_services ALl jsstore config are located on Storage_service folder.

  • idb_services idb_services file contain the connection config and the database.

  • instance_services instance_services file contain the operations functions to Get/Update/Insert/Delete records from Instances table.

Components

folder that conatain the ui components for now it contain only input.

App.js

main component that contain all scripts.