F-r-i-e-n-d-s API is an API for social network web application allows users and their friends to share and react about their thoughts, and create a friends list.
You need to install required packages through your terminal by using this command: npm i - or - npm install, and then you will install:
- express - which important for routing.
- mongoose - which it is elegant mongodb object modeling for node.js .
- moment - Javascript date library.
The application will be invoked by using the following command: npm start, and you can use Insomnia to test API routes by enter the localhost url.
important: first be sure that you have MongoDB and Node.js installed.
Please feel free to check my GitHub page: alaakouki
Or for more information or queries, please don't hesitate to send me email to: [email protected]
Please check the walkthrough video link for more explanation: https://drive.google.com/file/d/16TysC-yeZYbEIU94fzZg0q-8VpvyMeKQ/view