{"id":19202,"date":"2025-04-06T09:26:34","date_gmt":"2025-04-06T07:26:34","guid":{"rendered":"https:\/\/tremhost.com\/blog\/?p=19202"},"modified":"2025-04-06T09:26:34","modified_gmt":"2025-04-06T07:26:34","slug":"how-to-set-up-a-mean-stack-on-a-vps","status":"publish","type":"post","link":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/","title":{"rendered":"How to set up a MEAN stack on a VPS"},"content":{"rendered":"<p>The MEAN stack, consisting of MongoDB, Express.js, Angular, and Node.js, is a powerful suite of technologies that allows developers to create scalable and maintainable web applications. Whether you&#8217;re a seasoned developer or just starting out, setting up the MEAN stack on a Virtual Private Server (VPS) can seem daunting at first. However, with the right guidance, the process can be straightforward. This article provides a detailed guide on how to install and configure each component of the MEAN stack on a VPS.<\/p>\n<h2>Step-by-Step Guide to Installing MEAN Stack<\/h2>\n<p>The initial step in setting up the MEAN stack is to prepare your VPS environment. This involves ensuring that your VPS is running, that you have root access, and that it has the latest versions of essential software installed, such as git, curl, and a build environment. After securing access to your server via SSH, update your package manager and upgrade any existing packages to their latest versions to ensure a smooth installation process.<\/p>\n<p>Next, you&#8217;ll need to install Node.js, which is the runtime environment for the server-side of your MEAN application. You can install Node.js via package manager with commands like <code>sudo apt-get install nodejs<\/code> for Ubuntu, or by downloading and installing it from the Node.js website. Once Node.js is installed, use npm (Node Package Manager) to install other necessary components. You can install npm with <code>sudo apt-get install npm<\/code>, then use it to install Express.js with <code>npm install express<\/code>.<\/p>\n<p>Finally, MongoDB, the database layer of the MEAN stack, must be installed. MongoDB can be installed directly from its official repository. On a Linux-based VPS, you can include the repository details in your system\u2019s package manager and then install MongoDB using your package manager. After installing MongoDB, ensure that it starts automatically with your VPS by configuring the system service manager to manage the MongoDB service.<\/p>\n<h2>Configuring MongoDB, Express, Angular, and Node<\/h2>\n<p>Once all the components are installed, configuration is next. Start with MongoDB, which involves setting up a database and ensuring that it is running properly. Adjust the MongoDB configuration file, typically located in <code>\/etc\/mongod.conf<\/code>, to fine-tune its settings, such as binding to the correct server IP and setting up authentication if necessary. Use the <code>mongo<\/code> command-line interface to create a new database and user for your application.<\/p>\n<p>For Express and Node.js, most of the configuration is handled within the JavaScript code itself. You should set up an Express app in a new directory. This setup typically involves creating a basic server file that imports Express, sets a few routes, and listens to a port. Use npm to manage and install additional packages like body-parser or mongoose, which are often used in MEAN applications. Ensure your Node.js server can communicate with MongoDB and serves the right endpoints for your front end.<\/p>\n<p>Angular, being a front-end framework, requires setup on both the developer\u2019s local environment and the server. First, set up Angular CLI locally by installing it via npm (<code>npm install -g @angular\/cli<\/code>). Once this is done, you can create a new Angular project (<code>ng new my-app<\/code>) and build it (<code>ng build --prod<\/code>). Upload the production files from the <code>dist\/<\/code> directory of your Angular project to your VPS. Configure your Node.js server to serve these static files, so that your Express application acts as both API server and static file server.<\/p>\n<p>Setting up a MEAN stack on a VPS involves careful installation and configuration of its components: MongoDB, Express.js, Angular, and Node.js. By following the outlined steps, you can ensure a correctly functioning setup that leverages the full potential of each technology. This setup not only enhances your application\u2019s performance but also provides a robust environment for developing full-stack JavaScript applications. Remember, regular maintenance and updates of your stack\u2019s components will keep your application running efficiently and securely.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Guide to Installing MEAN Stack on Your VPS<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-19202","post","type-post","status-publish","format-standard","category-general"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Guide to Installing MEAN Stack on Your VPS\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Tremhost Experts\"\/>\n\t<meta name=\"google-site-verification\" content=\"googled2c4f9d88a3d9ef6\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tremhost News\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to set up a MEAN stack on a VPS - Tremhost News\" \/>\n\t\t<meta property=\"og:description\" content=\"Guide to Installing MEAN Stack on Your VPS\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-04-06T07:26:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-06T07:26:34+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/tremmlyzw\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to set up a MEAN stack on a VPS - Tremhost News\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Guide to Installing MEAN Stack on Your VPS\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@tremhost\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Tremhost Experts\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#blogposting\",\"name\":\"How to set up a MEAN stack on a VPS - Tremhost News\",\"headline\":\"How to set up a MEAN stack on a VPS\",\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#articleImage\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"datePublished\":\"2025-04-06T09:26:34+02:00\",\"dateModified\":\"2025-04-06T09:26:34+02:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#webpage\"},\"articleSection\":\"General\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#listItem\",\"name\":\"How to set up a MEAN stack on a VPS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#listItem\",\"position\":3,\"name\":\"How to set up a MEAN stack on a VPS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/category\\\/general\\\/#listItem\",\"name\":\"General\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\",\"name\":\"Tremhost\",\"description\":\"content by tremhost editors\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"telephone\":\"+263735639917\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/banner.png\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#organizationLogo\",\"width\":365,\"height\":548,\"caption\":\"A Tremhost cartoon person\"},\"image\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/tremmlyzw\",\"https:\\\/\\\/twitter.com\\\/tremhost\",\"https:\\\/\\\/instagram.com\\\/tremhost\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCxDNndooGbeGqMwQUgXHeMA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Tremhost Experts\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a13624f3cc90f1622e3af20744c3541ca02aa972bacd61e540c7750dba7c746?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Tremhost Experts\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#webpage\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/\",\"name\":\"How to set up a MEAN stack on a VPS - Tremhost News\",\"description\":\"Guide to Installing MEAN Stack on Your VPS\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/how-to-set-up-a-mean-stack-on-a-vps\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2025-04-06T09:26:34+02:00\",\"dateModified\":\"2025-04-06T09:26:34+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/\",\"name\":\"Tremhost News\",\"description\":\"content by tremhost editors\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/tremhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to set up a MEAN stack on a VPS - Tremhost News","description":"Guide to Installing MEAN Stack on Your VPS","canonical_url":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"googled2c4f9d88a3d9ef6","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#blogposting","name":"How to set up a MEAN stack on a VPS - Tremhost News","headline":"How to set up a MEAN stack on a VPS","author":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/#articleImage","width":365,"height":548,"caption":"A Tremhost cartoon person"},"datePublished":"2025-04-06T09:26:34+02:00","dateModified":"2025-04-06T09:26:34+02:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#webpage"},"isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#webpage"},"articleSection":"General"},{"@type":"BreadcrumbList","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tremhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","position":2,"name":"General","item":"https:\/\/tremhost.com\/blog\/category\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#listItem","name":"How to set up a MEAN stack on a VPS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#listItem","position":3,"name":"How to set up a MEAN stack on a VPS","previousItem":{"@type":"ListItem","@id":"https:\/\/tremhost.com\/blog\/category\/general\/#listItem","name":"General"}}]},{"@type":"Organization","@id":"https:\/\/tremhost.com\/blog\/#organization","name":"Tremhost","description":"content by tremhost editors","url":"https:\/\/tremhost.com\/blog\/","telephone":"+263735639917","logo":{"@type":"ImageObject","url":"https:\/\/tremhost.com\/blog\/wp-content\/uploads\/2020\/04\/banner.png","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#organizationLogo","width":365,"height":548,"caption":"A Tremhost cartoon person"},"image":{"@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/tremmlyzw","https:\/\/twitter.com\/tremhost","https:\/\/instagram.com\/tremhost","https:\/\/www.youtube.com\/channel\/UCxDNndooGbeGqMwQUgXHeMA"]},{"@type":"Person","@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author","url":"https:\/\/tremhost.com\/blog\/author\/admin\/","name":"Tremhost Experts","image":{"@type":"ImageObject","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9a13624f3cc90f1622e3af20744c3541ca02aa972bacd61e540c7750dba7c746?s=96&d=mm&r=g","width":96,"height":96,"caption":"Tremhost Experts"}},{"@type":"WebPage","@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#webpage","url":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/","name":"How to set up a MEAN stack on a VPS - Tremhost News","description":"Guide to Installing MEAN Stack on Your VPS","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/tremhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/#breadcrumblist"},"author":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/tremhost.com\/blog\/author\/admin\/#author"},"datePublished":"2025-04-06T09:26:34+02:00","dateModified":"2025-04-06T09:26:34+02:00"},{"@type":"WebSite","@id":"https:\/\/tremhost.com\/blog\/#website","url":"https:\/\/tremhost.com\/blog\/","name":"Tremhost News","description":"content by tremhost editors","inLanguage":"en-GB","publisher":{"@id":"https:\/\/tremhost.com\/blog\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Tremhost News","og:type":"article","og:title":"How to set up a MEAN stack on a VPS - Tremhost News","og:description":"Guide to Installing MEAN Stack on Your VPS","og:url":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/","article:published_time":"2025-04-06T07:26:34+00:00","article:modified_time":"2025-04-06T07:26:34+00:00","article:publisher":"https:\/\/facebook.com\/tremmlyzw","twitter:card":"summary_large_image","twitter:site":"@tremhost","twitter:title":"How to set up a MEAN stack on a VPS - Tremhost News","twitter:description":"Guide to Installing MEAN Stack on Your VPS","twitter:creator":"@tremhost","twitter:label1":"Written by","twitter:data1":"Tremhost Experts","twitter:label2":"Est. reading time","twitter:data2":"3 minutes"},"aioseo_meta_data":{"post_id":"19202","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-04-06 07:43:41","updated":"2025-06-04 08:08:11","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tremhost.com\/blog\/category\/general\/\" title=\"General\">General<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to set up a MEAN stack on a VPS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tremhost.com\/blog"},{"label":"General","link":"https:\/\/tremhost.com\/blog\/category\/general\/"},{"label":"How to set up a MEAN stack on a VPS","link":"https:\/\/tremhost.com\/blog\/how-to-set-up-a-mean-stack-on-a-vps\/"}],"_links":{"self":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/comments?post=19202"}],"version-history":[{"count":1,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19202\/revisions"}],"predecessor-version":[{"id":19297,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/posts\/19202\/revisions\/19297"}],"wp:attachment":[{"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/media?parent=19202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/categories?post=19202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tremhost.com\/blog\/wp-json\/wp\/v2\/tags?post=19202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}