Project Title

Table of Contents

About

This is a line bot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

It's recommended that you use a virtual environment to start off. For example: virtualenv

virtualenv venv
source ven/bin/activate

Installing

You can install the dependencies with pip after initializing the server.

pip install -r requirements.txt

Usage

Add notes about how to use the system.

uvicorn main:app --reload