Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.02 KB

ReadMe.md

File metadata and controls

18 lines (16 loc) · 1.02 KB

Commands

To get started with this project, follow these steps:

  1. Install Node.js by running npm i node in your terminal.
  2. Install Express by running npm i express in your terminal.
  3. Install EJS by running npm i ejs in your terminal.
  4. Install Touch CLI globally by running npm i touch-cli -g in your terminal.
  5. Install Lodash by running npm i lodash in your terminal.
  6. Install Axios by running npm i axios in your terminal.
  7. Refer to the following links to set up a basic Express app:
  8. Run the application by using node server.js in your terminal.
  9. For all the Lodash functions, you can refer to the Lodash documentation at https://lodash.com/docs/4.17.15.
  10. The app will be set up at http://localhost:3000/.
  11. The route for the search functionality is set up at http://localhost:3000/search.
  12. The route for blog stats is set up at http://localhost:3000/api/blog-stats.
  13. To test the functionality, navigate to the appropriate URL.