karvounis / coffee-rating-frontend

Frontend of a Web App that allows users to rate coffees and teas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web App Frontend

This repo contains the frontend of the web app.

In order to set it up:

  • Clone the repo to your machine.
  • npm install to download the dependencies.
  • The file app/js/config.js contains the url of the API for exchanging data. Make sure that it points to the correct url on your setup.
  • gulp
  • docker-compose up -d. There is a docker-compose.yml that creates an nginx container where you can serve the frontend. You can change the default port (8999) to whichever port you want.

About

Frontend of a Web App that allows users to rate coffees and teas


Languages

Language:JavaScript 48.1%Language:CSS 26.3%Language:HTML 24.6%Language:Nginx 0.9%