In order to run the application you need to have Docker and docker-compose installed on your machine.
- Install docker for Mac
- Install docker for Windows
- Install docker for Linux-docker
- Install docker-compose for Linux-docker-compose
Note: for Windows and Mac you need to have only docker-desktop installed, but on linux you need to have both docker and docker-compose.
Clone the project first:
git clone https://github.com/Andric34/rating-app-client.git
When you clone the project and have docker up and running, you need to navigate in your terminal (for Linux) or Git Bash (for Win) to the project folder that you cloned:
cd rating-app-client
Next step is to execute the following command that will run our bash script:
bash rating-app-client.sh
It will clone two other projects (backend and admin), as well as this one, and store it in /rating-application folder.
If everything is done, that's it! :D
Now, after everything has started;
- you have your application running on: http://localhost/
- backend on: http://localhost:8081/
- phpMyAdmin on: http://localhost:8000/
You can access the database "rating_app" with the following credentials: username: root password: password123
git clone https://github.com/Andric34/rating-app-client.git
cd rating-app-client
npm i
npm run serve
App should be running on http://localhost:8080 Note: App depends on rating-app and rating-app-backend!
When we started, we made a plan to make our front application. Thanks to a good plan at the beginning, we finished our application on time and down to the smallest detail!
If you want to see what technologies we used and read more about the application, take a look at the documentation.