kaguya3222 / int20h-buckwheat

Vue.js application created as a test task for int20h competition in web category by KBU team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

int20h-buckwheat πŸ’₯

Vue.js application created as a test task for int20h competition in web category by KBU team.

Demo πŸš€

Heroku

πŸ€” Note: it may take a while to load application for the first time because we're using free plan on Heroku.

Installation 🚚

Clone this repository by running following command in terminal:

$ git clone https://github.com/kaguya3222/int20h-buckwheat.git

Open project's root folder with command:

$ cd int20h-buckwheat

Create file .env using command:

$ touch .env

Add this line of code in it:

VUE_APP_API_URL=https://int20h-2021-test-task.herokuapp.com/

App requires Node.js to run. You can install it here.

Then install dependencies using next command:

$ npm install

To run application on localhost:

$ npm run serve

Alternatively, you can run it with Docker, follow these commands:

1) docker build -t int20h-buckwheat .
2) docker run -it -p 8080:8080 --rm --name dockerize-int20h-buckwhaet int20h-buckwheat

API repo 🏭

Check it here.

About

Vue.js application created as a test task for int20h competition in web category by KBU team.


Languages

Language:Vue 57.4%Language:JavaScript 36.3%Language:HTML 4.1%Language:SCSS 1.3%Language:Dockerfile 0.9%