Skip to content

Kleo-Network/autoact-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoAct Backend

AutoAct Backend is a FastAPI application that serves as the backend for autoact chrome extension, its' from the same team as Kleo Network

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/Kleo-Network/autoact-backend.git
cd autoact-backend
  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up environment variables for MongoDB connection:
  • We have given .env.example file. Just copy that and rename it to .env and replace the variables inside with appropriate values.

Usage

To start the FastAPI application, run:

uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload

You can now access the API at http://127.0.0.1:8000.

About

autoact-backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published