Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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