Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

nsftx/summership-2021-rating-app-client

Repository files navigation

Prerequisites and getting started

In order to run the application you need to have Docker and docker-compose installed on your machine.

How to install docker

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.

Get started

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 can access the database "rating_app" with the following credentials: username: root password: password123

If you want to install only our rating-app run these command in order:

  1. git clone https://github.com/Andric34/rating-app-client.git
  2. cd rating-app-client
  3. npm i
  4. npm run serve

App should be running on http://localhost:8080 Note: App depends on rating-app and rating-app-backend!

Project plan

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!

Project documentation

If you want to see what technologies we used and read more about the application, take a look at the documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published