TanDao01262000 / CMPE133-Group1-QuestionBlueprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question-Blueprint

asciicast

  1. Overview
  • Problem Statement
  • Target Audience
  • Key Features
  • Technology Stack
  1. Clone and setup

    1. Clone the project's repository Run git clone git@github.com:SJSU-CMPE133-2023-Spring/Question-Blueprint.git
    2. Set up a virtual environment
      1. Install "virtualenv" library Run pip install virtualenv

      2. Create a virtual environment virtualenv <env_name> (replace <env_name> with the name you'd like to give to your virtual environment)

      3. Activate the virtual environment by running the following command:

        ``<env_name>\Scripts\activate`` for Window
        
         ``source <env_name>/bin/activate`` for Unix or Linux
        
      4. Install dependencies pip install -r requirements.txt

  2. Usage

    1. Post a question
    2. Respond to a question
    3. Search a question
    4. ...
  3. Database Schema

  4. API Documentations

  5. Deployment

Documentation

UML   Sequence Diagrams1024_4 UML   Sequence Diagrams1024_6 UML   Sequence Diagrams1024_7 UML   Sequence Diagrams1024_8 UML   Sequence Diagrams1024_9 UML   Sequence Diagrams1024_10

About

License:MIT License


Languages

Language:Python 56.8%Language:HTML 39.1%Language:JavaScript 2.1%Language:CSS 2.0%