This project is a web app intended to be a tool for management (organizations that handle placement of bins, bin signage, etc) to better understand collected waste data. Features include
client/
and install dependencies with npm install
or yarn install
npm start
or yarn start
.
The web app will be running on http://localhost:3000/
and will detect changes in source code.server/
and install dependencies with npm install
or yarn install
nodemon
or npx nodemon
.
The web app will be running on http://localhost:9000/
and will detect changes in source code.