Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -6,20 +6,16 @@
|
|||||||
### Frontend
|
### Frontend
|
||||||
1. `cd frontend` into the dir and then type command
|
1. `cd frontend` into the dir and then type command
|
||||||
```Bash
|
```Bash
|
||||||
#Install the needed lib with the command bellow
|
1. npm install #Installs the needed packages
|
||||||
npm install
|
2. npm run dev #Start The Server
|
||||||
#Start The Server
|
|
||||||
npm run dev
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
### Backend
|
### Backend
|
||||||
1. `cd backend` into the dir and then type command
|
1. `cd backend` into the dir and then type command
|
||||||
```Bash
|
```Bash
|
||||||
#Install the needed lib with the command bellow
|
1. npm install #Installs the needed packages
|
||||||
npm install
|
2. npm run dev #Start The Server
|
||||||
#Start The Server
|
|
||||||
npm run dev
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -28,7 +24,6 @@
|
|||||||
2. To Create the DataBase use the command bellow:
|
2. To Create the DataBase use the command bellow:
|
||||||
```Bash
|
```Bash
|
||||||
1. mysql -u root
|
1. mysql -u root
|
||||||
2. use Marketplace;
|
2. \. PathToYour/Schema.sql
|
||||||
3. \. PathToYour/Schema.sql
|
|
||||||
3. \. PathToYour/Init-Data.sql
|
3. \. PathToYour/Init-Data.sql
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user