Skip to content

bettersg/recyclegowhere-phase2

Repository files navigation

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.

About

RecycleGoWhere Phase 2 Development

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published