File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed
Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff 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
2626https://yoursurveys.xyz
2727
2828
2929## Installation
30+
31+ #### Backend
30321 . Clone the project
31332 . Go to the project root directory
32343 . Run ` composer install `
33354 . Create database
34365 . 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
You can’t perform that action at this time.
0 commit comments