Project Page: https://better.notion.site/RecycleGoWhere-1322027374844592ad12db971a234408
Project Goal: To combat inaction/apathy towards recycling, we plan to create awareness/empathy using social influence, then help consumers actively change their behaviour by making recycling convenient via a technological tool.
Go to client
folder via the following command:
cd client
Following this, install necessary node packages:
npm install
Next, run a production build:
npm run build
Start the application:
npm start
Go to server
folder via the following command:
cd server
If you're trying to run for the first time, enter the below command:
pip install -r requirements.txt
Following this, run the following commands:
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver
This is a nonprofit volunteer-run project by better.sg.
This project is licensed under the MIT License.