butterflyforkill / space_between_us

https://space-between-us.vercel.app
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Space Between Us - Telegram-Based News Delivery Platform

Purpose:

Key Features:

Technology Stack:

Installation

Prerequisites

Ensure you have the following installed:

Project Setup

  1. Clone the project repository:

    git clone https://github.com/butterflyforkill/space_between_us.git
  2. Navigate to the project directory:

    cd space_between_us/
  3. Create and activate a virtual environment:

    python3 -m venv env
    source env/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Create .env file using config

  6. Create a database

  7. Run redis server

Running the Application

Start the application:

fastapi dev src/

To look through api-docs

http://127.0.0.1:8000/docs 
Screenshot 2024-11-07 at 16 45 29