Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

ElhamAryanpur/Hope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVER

Status

BADGE

About

Browser-Based DataBase Managment Library. More Details coming soon.

For the progress, Check here

Manual

In case you want to check out this project, despite it being under heavy development, here are the steps to install, build, and start using.

NOTE: These steps assume you already have NodeJS and Git installed. Also, these steps are tested on Linux (Arch amd64). But it should work just fine cross-platform.

git clone https://github.com/ElhamAryanpur/Hope

cd Hope

npm install
npm run build

# For Production (Recommended)
npm run production

# Otherwise
npm run server