Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulrahmanbaiasy/buy-me-noodle
A Django-powered platform where you can support creators with a virtual bowl of noodles, paid for in cryptocurrency.
https://github.com/abdulrahmanbaiasy/buy-me-noodle
aws cryptocurrency django iam psql python s3-bucket vercel website
Last synced: 8 days ago
JSON representation
A Django-powered platform where you can support creators with a virtual bowl of noodles, paid for in cryptocurrency.
- Host: GitHub
- URL: https://github.com/abdulrahmanbaiasy/buy-me-noodle
- Owner: AbdulrahmanBaiasy
- Created: 2024-07-10T08:15:31.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T04:59:19.000Z (4 months ago)
- Last Synced: 2024-10-12T09:04:58.043Z (about 1 month ago)
- Topics: aws, cryptocurrency, django, iam, psql, python, s3-bucket, vercel, website
- Language: HTML
- Homepage: https://buy-me-noodle.vercel.app/
- Size: 4.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buy Me A Noodle 🍜
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Built with Django](https://img.shields.io/badge/Built_with-Django-092E20.svg?logo=django)](https://www.djangoproject.com/)
[![Built with Tailwind CSS](https://img.shields.io/badge/Built_with-Tailwind_CSS-38B2AC.svg?logo=tailwind-css)](https://tailwindcss.com/)Buy Me a Noodle is a modern, Django-based platform inspired by the popular Buy Me a Coffee concept. However, instead of coffee, you can show appreciation for content creators, artists, developers, or friends with a virtual bowl of noodles – a fun and quirky way to say thanks!
## Tech Stack
* **Backend:** Django (Python)
* **Frontend:** Tailwind CSS
* **Database:** PostgreSQL (hosted on Vercel)
* **Storage:** AWS S3
* **Deployment:** Vercel## Setup & Installation
1. **Clone the Repository:**
```bash
git clone ["https://github.com/AbdulrahmanBaiasy/buy-me-noodle"]
cd buy-me-noodle
```2. **Create Python Environment**
```bash
python -m venv venv
cd venv
Scripts/activate
cd ..
```3. **Install Dependencies**
```bash
cd src
pip install -r requirements.txt
```4. **Run The Project**
```bash
python manage.py runserver
```## **License**
This project is licensed under the MIT License