NocoDB logo

NocoDB

building no-code database solutions with ease of spreadsheets.

Getting Started

  1. Clone the NocoDB GitHub repository.
    git clone https://github.com/nocodb/nocodb.git
    
  2. Navigate to the docker-compose directory.
    cd nocodb/docker-compose/2_pg
    
  3. Start the service using docker compose.
    docker compose up -d
    
  4. Access NocoDB by navigating to http://localhost:8080 in your web browser.