From b8ca0fe4f2b90ef4822e1677f123877ed095228b Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:46:30 -0600 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 388c81c..6d91d20 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,25 @@ ### Some ground rules 1. Add both node_modules from Slient and Server to your `gitignore` file -2. For any functionality make a brach with the prefix of your name `Name-` use this naming convention +2. Make a brach with the following naming conventionp, refix it with your name `name-some branch name`. ### `frontend` -- Use React Js -- Use vite as the node manger -```bash +- Use React Js and vite as the node manger +```Bash npm install ``` -3. To start the server, cd into the dir and then type command `npm run dev` - +2. **Start The Server**, `cd frontend` into the dir and then type command +```Bash + npm run dev +``` ### `backend` 1. Install the needed lib with the command bellow -``` bash +```Bash npm install ``` -2. make sure in the `package.json` file type is set to module, if it's not there, add it! -```json - { - ..., - "type": "module" - } +2. **Start The Server**, `cd backend` into the dir and then type command +```Bash + npm run dev ``` -3. To start the server, cd into the dir and then type command `npm run dev` ### Database - MySql Version 9.2.0 -