⚡️Bolted [Python - Flask]

⚡️Bolted [Python - Flask]

Bolted is a sophisticated URL shortening service built with Python, leveraging the Flask framework and PostgreSQL (Supabase) for robust database management. This application demonstrates the versatility and power of Python in modern web development.


Key Features:

  • URL Shortening Engine:

    • Efficiently transforms lengthy URLs into concise, shareable links
    • Implements secure and unique link generation algorithms
  • Technical Architecture:

    • Built on Python’s Flask framework for optimal performance
    • Integrates PostgreSQL through Supabase for reliable data persistence
    • Implements modern web development practices and standards
  • Enhanced User Experience:

    • Intuitive and responsive user interface
    • Streamlined link management system
    • Clean and modern design implementation

Installation Guide:

Prerequisites:

Python 3.11

1. Repository Setup
git clone https://github.com/ivnimprv/bolted-python.git
2. Directory Navigation
cd /your/folder/directory/bolted-python
3. Virtual Environment Setup
For macOS/Linux:
# Create virtual environment
python -m venv venv

# Activate virtual environment
source venv/bin/activate

# Verify activation (should show virtual environment path)
which python
For Windows:
# Create virtual environment
python -m venv venv

# Activate virtual environment
.\venv\Scripts\activate

# Verify activation (should show virtual environment path)
where python
4. Dependencies Installation
pip install -r requirements.txt
5. Environment Configuration

Create a .env file in the root directory and configure the following variables:

# Application Settings
DOMAIN_URL=http://localhost:5000
HASHIDS_SALT=your_secure_salt_here

# Database Configuration
DATABASE_HOST=your_database_host
DATABASE_USERNAME=your_username
DATABASE_PASSWORD=your_secure_password
DATABASE=your_database_name

# Security Settings
SSL_ACCEPT=strict
6. Application Launch
cd api && python index.py

Support & Feedback:

Your feedback is invaluable for the continuous improvement of this project. I am committed to providing excellent support and welcome your input to enhance the user experience.

For technical assistance or to report issues, please submit a detailed GitHub issue. Include comprehensive information about your concern to ensure efficient resolution.

License:

Please review the LICENSE for detailed licensing information.



Tags :
Share :

Related Projects



✨ AnalyzeMyDream [Astro.js - FastAPI]

✨ AnalyzeMyDream [Astro.js - FastAPI]

AnalyzeMyDream is an innovative platform built using Astro.js, offering AI-powered dream interpretation to help users gain deeper insights into their dreams. The platform integrates seamlessly with FastAPI, Flask, and advanced AI models, providing quick and detailed analyses. Subscription-based pla

Read More



🎬 Cinemathe [Vue.js - Django Rest Framework]

🎬 Cinemathe [Vue.js - Django Rest Framework]

A full-stack web app developed with Vue.js and Django Rest Framework, that simplifies entertainment choices. It provides seamless authentication for saving favorites, detailed technical info for movies and TV series with reviews included, and social media content sharing.

Read More



🦑 GitSet.dev [Astro.js - Python - React.js - AI - Node.js]

🦑 GitSet.dev [Astro.js - Python - React.js - AI - Node.js]

GitSet.dev is a comprehensive suite of AI-driven tools designed to enhance GitHub workflows and documentation processes. Built on Astro.js/React.js and seamlessly integrating 8 Python-based backends (FastAPI and Flask) with Google’

Read More