Anonymous discussion forum website for LNMIIT Centre For Wellness and Positive Health (L-CWPH). All rights reserved under The LNM Institute Of Information Technology.
- MongoDB
- Express
- ReactJS
- Node
Link: https://anonymous-discussion-forum-007.herokuapp.com/test
This is hosted on Heroku for free, so loading might be slow for the first time.
To deploy on your localhost, follow these steps:
nodemon server
to start node server.cd frontend && npm start
to deploy frontend locally.
To start MongoDB, run mongod
.