Demo the full application here: threadly
A dynamic webpage built with MongoDB, Express.js, React.js, and Node.js that takes in user input and appends it onto the top of a list of comments. Comments are saved and can be viewed even after refreshing the page. Comments are also deleted and removed from the database when clicked on.
Run npm install
to install this project's dependencies
Run npm run development
to start webpack-dev server
Run mongod
in a separate terminal window to start a local mongo server
Run npm run start
to start the express server
Run npm start
to start the server
Visit localhost:8080
in your browser to view the project