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!
- Backend: Django (Python)
- Frontend: Tailwind CSS
- Database: PostgreSQL (hosted on Vercel)
- Storage: AWS S3
- Deployment: Vercel
-
Clone the Repository:
git clone ["https://github.com/AbdulrahmanBaiasy/buy-me-noodle"] cd buy-me-noodle
-
Create Python Environment
python -m venv venv cd venv Scripts/activate cd ..
-
Install Dependencies
cd src pip install -r requirements.txt
-
Run The Project
python manage.py runserver
This project is licensed under the MIT License