zotbins / ZotBins-Management-Client

ZotBins Web Application for Bin Management 🐜
2 stars 0 forks source link

ZotBins Web Application for Trash Disposal Management

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

Running the app

  1. Make sure you have one of the following package managers:

Client-side

  1. Open a terminal in client/ and install dependencies with npm install or yarn install
  2. Run the webapp with npm start or yarn start. The web app will be running on http://localhost:3000/ and will detect changes in source code.

Server-side

  1. Open a terminal in server/ and install dependencies with npm install or yarn install
  2. Run the webapp with nodemon or npx nodemon. The web app will be running on http://localhost:9000/ and will detect changes in source code.