collove / pasteme

⚡ RESTful Pastebin Service for @hashnode via @planetscale
https://pasteme.pythonanywhere.com
MIT License
85 stars 7 forks source link
api django django-rest-framework drf hacktoberfest pastebin pasteme pasteme-cli python python3 restful tailwindcss

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. PasteMe - Paste Codes From Your Terminal! | Product Hunt 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/)