Skip to content

A dynamic full-stack webpage that appends user input atop a list of other comments

Notifications You must be signed in to change notification settings

jeffreyxchan/threadly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threadly

Demo the full application here: threadly

Description

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.

Starting the Development Environment

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

About

A dynamic full-stack webpage that appends user input atop a list of other comments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published