EbonDB

How to setup & use

Setup

  1. use the following command to clone the repository.
    git clone https://github.com/EricKim27/EbonDB.git /usr/local/EbonDB
    

    you might need sudo.

  2. create a user with the bottom command.
    python3 setup.py
    
  3. Run the command to start the server.
    python3 server.py
    
  4. Run the client side code to connect to the server. This code can be placed anywhere.
    chmod +x client
    ./client <username>@<serveraddress>
    

    Using it

you can use the following commands to manipulate the Database.