Community based, all-in-one app where anyone can create a local food pantry to lend a helping hand to their community or locate a local pantry to donate to or pick up essential items.
Check out the app here
- Google api search
- Photo Uploads
- Cart / Check out proccess
- Real-Time Stock Checker
Feel free to fork and pull request any ideas , features you have! Approval within 24hrs
Clone this repository e.g.
git clone [email protected]:deparkes/raam.git
Navigate to the 'raam' Django project:
cd raam/main_app
Run migrations to update/create database
python manage.py migrate
Run the Django development server
python manage.py runserver
Navigate to to http://127.0.0.1:8000