Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collove/pasteme
⚡ RESTful Pastebin Service for @hashnode via @planetscale
https://github.com/collove/pasteme
api django django-rest-framework drf hacktoberfest pastebin pasteme pasteme-cli python python3 restful tailwindcss
Last synced: 5 days ago
JSON representation
⚡ RESTful Pastebin Service for @hashnode via @planetscale
- Host: GitHub
- URL: https://github.com/collove/pasteme
- Owner: collove
- License: mit
- Created: 2022-07-05T13:59:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T21:23:33.000Z (3 months ago)
- Last Synced: 2024-08-23T22:34:53.584Z (3 months ago)
- Topics: api, django, django-rest-framework, drf, hacktoberfest, pastebin, pasteme, pasteme-cli, python, python3, restful, tailwindcss
- Language: Python
- Homepage: https://pasteme.pythonanywhere.com
- Size: 2.56 MB
- Stars: 84
- Watchers: 0
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
PasteMe - RESTful Pastebin Service
> 🍀: [Check out PasteMe Live!](https://pasteme.pythonanywhere.com)
> 📰: [Read the article describing the development and deployment steps behind this service on Hashnode](https://imsadra.me/pasteme-paste-codes-from-your-terminal).
> ⚙️: PasteMe uses [django-psdb-engine](https://github.com/lnxpy/django-psdb-engine) for the PlanetScale integration.
A RESTful pastebin service made for [@hashnode](https://github.com/hashnode) purposes powered by the [@PlanetScale](https://github.com/planetscale) MySQL DBaaS. Two key tech stacks (frameworks) behind thie project are [TailwindCSS](https://tailwindcss.com/) and [DRF](https://www.django-rest-framework.org/).
### Usage
Use the [`pasteme-cli`](https://pypi.org/project/pasteme-cli/) package and start pasting. Once you paste your content, you'll be able to share it with others.```shell
$ pip install -U pasteme-cli
...
$ pasteme --help
```### Tech Stack
- __Frameworks and Tools__
- [Django 4](https://www.djangoproject.com/)
- [TailwindCSS](https://tailwindcss.com/)
- [DRF](https://www.django-rest-framework.org/) (Django REST Framework)
- __Infrastructures & Hosting Services__
- [PythonAnywhere](https://pythonanywhere.com)
- [PlanetScale](https://planetscale.com)### Contributing
Follow up the [steps](CONTRIBUTING.md) in order to make PasteMe ready on your machine and start developing. **All your contributions are welcome**. 🍻 ♥️### License
PasteMe is being licensed under the [MIT License](https://github.com/collove/pasteme/blob/main/LICENSE).### Special Thanks to
- [Hashnode](https://hashnode.com/)
- [PlanetScale](https://planetscale.com/)