Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 831 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 831 Bytes

Trash Overflow

🏆 2nd position at CSS HACKS at NITS

demo hosted here, might take a few seconds if the heroku server is sleeping.

How to run

Clone the repo. Obtain the .env from the authors. Head to the directory containing index.js

npm install 

After all the dependencies get installed, run

node index.js

or if you have nodemon

nodemon index.js

The Node.js server will start listening at port 5000

Now, time for the React app Do these

cd client
npm install 
npm start

The React app will be accessible at port 3000

Screenshots

SS1 SS2 SS3 SS4