Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maveonair/gist
- Owner: maveonair
- License: mit
- Created: 2023-10-28T00:05:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T10:02:47.000Z (9 months ago)
- Last Synced: 2024-03-14T11:27:14.596Z (9 months ago)
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).