Skip to content

Commit 83fadfd

Browse files
authored
Update README.md
1 parent b5e6ea9 commit 83fadfd

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,31 @@ Built with these technologies for [YouTube Video](https://youtu.be/WLQDpY7lOLg)
2020

2121

2222
## Requirements
23-
You need to have PHP version **8.0** or above. Node.js version **14.0** or above.
23+
You need to have PHP version **8.0** or above. Node.js version **12.0** or above.
2424

2525
## Demo
2626
https://yoursurveys.xyz
2727

2828

2929
## Installation
30+
31+
#### Backend
3032
1. Clone the project
3133
2. Go to the project root directory
3234
3. Run `composer install`
3335
4. Create database
3436
5. Copy `.env.example` into `.env` file and adjust parameters
35-
6. Navigate to `vue` folder using terminal
36-
7. Run `npm install` to install vue.js project dependencies
37-
8. Copy `vue/.env.example` into `vue/.env` and
38-
39-
### Backend
40-
41-
42-
### Frontend
43-
44-
45-
## Deploy on Production
46-
47-
48-
## Contributing
49-
37+
6. Run `php artisan serve` to start the project at http://localhost:8000
5038

51-
## Security Vulnerabilities
39+
#### Frontend
40+
1. Navigate to `vue` folder using terminal
41+
2. Run `npm install` to install vue.js project dependencies
42+
3. Copy `vue/.env.example` into `vue/.env` and specify API URL
43+
4. Start frontend by running `npm run dev`
44+
5. Open http://localhost:3000
5245

5346

5447
## License
5548

49+
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
5650

0 commit comments

Comments
 (0)