In this Challenge, I used node, express, and mongoose to create the back end api routes for a Social Network App which returns user info based on input and utilizes subdocument arrays to associate replies on a post/thought and creation and relation of thoughts and reactions via object Ids. It utilizes the express router for configuraiton and set up of the needed routes and takes in json data from the user for input. When a user or thought is deleted, the associated documents will also be deleted.
social-network-api-walkthrough.mp4
- JavaScript
- Node.js
- Mongoose/ MongoDB
To install necessary dependencies, use the following command:
npm i
To run this application, use the following command:
npm start
Here is a walkthrough video on how to install and use the app:
This project is licensed under the MIT License
There are many ways in which you can contribute, beyond writing code. If you have any questions or concerns, please email at abhinavbiju29@gmail.com. If you find any reproduceable problems with the generator, please report/file an issue. Thank you for contributing!
If you have any questions about the repo, open an issue or contact me directly at abhinavbiju29@gmail.com. You can find more of my work at AbhiBiju.