From c182cdda4e8c810d0aeb2c6faf083b91c3b433df Mon Sep 17 00:00:00 2001 From: Ivan Alglave <64541968+hihubbIe@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:27:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0467734..f03c921 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## Description -IntershipManager - The whole lifecycle of internship agreements in one app ! +**IntershipManager** - The whole lifecycle of internship agreements in one app ! ## Installation @@ -32,6 +32,8 @@ IntershipManager - The whole lifecycle of internship agreements in one app ! $ npm install ``` +In `/src/config/` create a file called `config.json` and copy the content of `config.template.json` in it. Change the values such as the server port to match your needs. + ## Running the app ```bash -- GitLab