Skip to main content

Getting Started

Welcome to Research Wizard! This guide will help you set up and start using the application.

Prerequisites

  • Node.js (version 18 or above)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
    git clone https://github.com/alaaet/research_wizard.git
    cd research_wizard
  2. Install dependencies:
    npm install
  3. Start the application:
    npm start

First Run

  • On first launch, the app will set up a local SQLite database to store your research projects.
  • You can access the main dashboard to create and view projects.

Creating Your First Research Project

  1. Click on Create New Research Project.
  2. Fill in the required title and any optional fields (keywords, description, research_questions).
  3. Click Save to add your project to the database.

Next Steps

  • Explore the project list view.
  • Edit or expand your research projects as needed.

For more details, see the other documentation sections.