Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maveonair/gist

A lightweight FastAPI application designed to create and manage text snippets in markdown format effortlessly.
https://github.com/maveonair/gist

Last synced: 27 days ago
JSON representation

A lightweight FastAPI application designed to create and manage text snippets in markdown format effortlessly.

Awesome Lists containing this project

README

        

# Gist

Gist is a lightweight FastAPI application designed to create and manage text snippets in markdown format effortlessly.

## Features

- **FastAPI Framework**: Built on top of FastAPI, leveraging its high performance and asynchronous capabilities.
- **Markdown Support**: Create and manage text snippets in markdown format.
- **Simple Interface**: Minimalistic and intuitive user interface for a seamless user experience.

## Getting Started

To get started with Gist, follow these simple steps:

1. **Clone the Repository**: Clone this repository to your local machine.

```bash
git clone https://github.com/maveonair/gist.git
```

2. **Install Dependencies**: Navigate to the project directory and install the required dependencies.

```bash
cd gist
pip install -r requirements.txt
```

3. **Run the Application**: Start the FastAPI server.

```bash
uvicorn gist.main:app --reload
```

4. **Access Gist**: Open your web browser and navigate to `http://localhost:8000` to access Gist.

## Contributing

This is a personal project aimed at learning FastAPI and related technologies. While I appreciate your interest, I am not seeking contributions at this time. However, you are more than welcome to fork this repository and build upon it according to your requirements and preferences.

## License

Gist is licensed under the [MIT License](LICENSE).