Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 614 Bytes

InstallationGuide.md

File metadata and controls

34 lines (25 loc) · 614 Bytes

Installation Guide

Follow Below Steps for installation

Guide for installing the Frontend Application

  1. Go to DocBite-App repository

  2. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages and start Frontend

    npm install
    npm start

Guide for installing the Backend API

  1. Go to Backend directory

  2. Use Virtual environment of your choice(We used venv)

  3. Copy .env file

  4. Install requirements

    python requirements.py i
  5. Start backend Server

    python main.py