Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.46 KB

README.md

File metadata and controls

72 lines (46 loc) · 1.46 KB

RecycleGoWhere

Project Page: https://better.notion.site/RecycleGoWhere-1322027374844592ad12db971a234408

Project Introduction

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.

How to Run this Code

Frontend Server (client folder)

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

Backend Server (server folder)

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

better.sg

This is a nonprofit volunteer-run project by better.sg.

License

This project is licensed under the MIT License.