Skip to content

nikolai4D/ContechOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContechOS

Javascript and JSON based Graph Database

  1. First make sure you have installed these on your computer:
    a. Node.js (https://nodejs.org/en/download/)
    b. Git (https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

  2. Create a new folder on your computer.

  3. Open the folder in a terminal/cmd
    Mac: Right click on the folder and press "new terminal in folder"
    Windows:
    a. Click the Windows Start menu and type "cmd".
    b. Click the Command Prompt icon to open it.
    c. Type "cd" followed by a space.
    d. Type the address of the folder after the space (i.e. "/Users/username/newfolder.")
    e. Press Enter.

  4. Clone this repository by writing in the terminal/cmd: "git clone https://github.com/nikolai4D/ContechOS.git"

  5. Go to the database folder by writing in the terminal/cmd: "cd ContechOS"

  6. Install node packages by writing in the terminal/cmd: "npm install"

  7. Go back to the database folder (i.e. in Windows: "/Users/username/newfolder/ContechOS.) and change file ".env.example" to ".env"

  8. Run the database on your local computer by writing in the terminal/cmd: "npm run dev"

  9. Go to a browser and enter localhost:3000 and login with credentials user: "admin", password: "admin"

About

A graph database with four different levels.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages