We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c0b19 commit 664910dCopy full SHA for 664910d
README.md
@@ -30,6 +30,7 @@ List of technologies which are used in this project.
30
- Copy `.env.example` to `.env`.
31
- Build `docker-compose build`.
32
- Run `docker-compose up -d`.
33
+ - Open favourite browser and type `http://localhost:5000`.
34
- Generate key `docker exec bakend-end php artisan key:generate`
35
- If you want to install a npm package then run `docker exec front-end npm install <Package_Name>`.
36
- If you want to install compose package then run `docker exec back-end compose install <PACKAGE_NAME>`.
0 commit comments