Link to video: Walkthrough Video
npm init
npm install
npm start
The purpose of this application is to allow users to share their thoughts, react to friends' thoughts, and create a friends list. The app is run via a node server.
JavaScript
Node.js
Mongoose
Express.js
DateFormat
-
/api/usersGETall usersGETsingle user by IDPOSTnew userPUTupdate user by IDDELETEremove user by ID
/api/users/:userId/friends/:friendIdPOSTadd a new friend to user's friend listDELETEremove friend from user's friend list
-
/api/thoughtsGETall thoughtsGETsingle thought by IDPOSTcreate new thoughtPUTupdate thought by IDDELETEremove thought by ID
/api/thoughts/:thoughtId/:reactionsPOSTcreate a reactionDELTEdelete a reaction
- Adding a front-end
- Allowing users to add a user profile
👤 Michael Thai
- Gmail 📧: Michael Thai
- Github: @tydomx
This project is MIT licensed.

