From 501e43d51d043770acf94734a10449adda79db46 Mon Sep 17 00:00:00 2001 From: Kaushik Narayan R Date: Sat, 12 Nov 2022 09:18:22 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0571787..81b472f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # Express-Sequelize backend server template ### To get started: + - Clone this repo: `git clone https://gitlab.com/ctf-tech-2023/backend-template` - Reset the git remote repo URL: `git remote rm origin` - Set new git remote URL: `git remote add origin https://gitlab.com/ctf-tech-2023/new-repo-name` +- Remove the template environment files from git alone: `git rm -r --cached *.env*` ### Project setup: - Edit `package.json` to reflect the new name and URLs +- Edit `README.md` to reflect project details - Run `npm i` to install all dependencies - Before running `sequelize-cli` commands while developing, make sure to set `$env:NODE_ENV='development'` on Windows, or `NODE_ENV=development` on Linux/MacOS - Env config: