Heinrich-XIAO / Tweetor

thingy
https://tweetor-5tkh.vercel.app
9 stars 5 forks source link

Tweetor

Tweetor is a social media website built using Flask, SQLite, and Jinja templates. It allows users to sign up, log in, post Flits, view user profiles, and interact with Flits.

Features

Prerequisites

Installation

  1. Clone the repository:

git clone <repository_url>

  1. Navigate to the project directory:

cd Tweetor

  1. Create a virtual environment:

python3 -m venv venv

  1. Activate the virtual environment:

source venv/bin/activate

  1. Install the dependencies:

pip install -r requirements.txt

  1. Run the application:

python app.py

  1. Open your web browser and visit http://localhost:5000 to access Tweetor.

To-Do List

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.