Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.52 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.52 KB

Kentomeister

This app takes data provided by an existing API and displays it in a browser.

Tech Stack

This project uses a number of open source projects to work properly:

  • node.js - evented I/O for the backend
  • Express - HTML enhanced for web apps!
  • React - Frontend Framework
  • markdown-it - Markdown parser done right. Fast and easy to extend.

Team Members - Widget:

  • Alex Zinn - Product Details
  • Raju Gharti - Related Products
  • Ryan Pannone - Questions & Answers
  • Tomas Rodriguez - Ratings & Reviews

Image Gallery Demo

SETUP

Run the following command in the terminal:

  • npm install
  • create a .env file in the root directory with the following info:
    GITHUB_TOKEN= *** YOUR GITHUB API TOKEN GOES HERE ***
    PORT=3000
    API_URL=https://app-hrsei-api.herokuapp.com/api/fec2/hr-rfe
    NODE_ENV=development
    
    
  • open two terminal windows
    • terminal 1: npm run dev-server
    • terminal 2: npm run dev-client

Navigate to http://localhost: port specified in .env file in chrome