From 37ebca700bc05efb18ada3bede55fb2b904ca0e4 Mon Sep 17 00:00:00 2001 From: Georgios Kyriakopoulos <53124634+geokyr@users.noreply.github.com> Date: Mon, 1 May 2023 01:04:17 +0300 Subject: [PATCH] small changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aef0300..b83b9fd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Includes: - SRS Document - Software Requirements Specification - StRS Documents - Stakeholders Requirements Specification -## Instructions +## Deployment - Make sure that you have the latest version of **Node.js** and **MongoDB** installed - Clone the project repository - Make sure the `mongod` process is running @@ -48,7 +48,7 @@ mongorestore -d tldb database ``` - Then, you will have a copy of the database and the server running on your local machine -## CLI +## CLI Instructions - Install [**python3**](https://www.python.org/downloads/), if not already installed. - Install the `requests` python package, if not already installed: