Reduce & Reuse
The platform where individuals/organizations can exchange and give away goods, helping the cause of reducing and reusing.
- Backend: Django REST Framework (DRF), PostgreSQL, Redis cache, WebSocket (django-channels)
- Frontend: React
-
Install the required packages:
pip install -r requirements.txt
-
Set the environment variable:
-
Windows:
setx DJANGO_SETTINGS_MODULE "WeShare.local_settings"
-
Linux:
export DJANGO_SETTINGS_MODULE="WeShare.local_settings"
-
-
Run the development server:
python manage.py runserver