From 5c29ebd821114f47e42470d4a8bde92c97381589 Mon Sep 17 00:00:00 2001 From: unurled Date: Wed, 23 Feb 2022 11:37:32 +0100 Subject: [PATCH] readme.md --- README.MD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.MD b/README.MD index 94888d9..6a885ac 100644 --- a/README.MD +++ b/README.MD @@ -16,11 +16,6 @@ making it working : "text": "text" } ``` - - change http://localhost:3000 to your url and stuff in : - - `src/index.js:49:12` and `src/index.js:49:31` - - `src/text.js:7:19` to your username (need to access mongodb) - - `src/public/getText.js:13:60` - - `src/public/main.js:13:65` - - `src/config/db.config.js:5:17` link to your mongodb database url + - `cp .env.example .env` and change the values like you need. - `npm i` - `npm start`