Giter Site home page Giter Site logo

ryanjmurry / citrus-cider-house Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 3.0 4.12 MB

A website built as a CMS for a fictional client. Includes user reviews, admin functionality, an interactive jukebox, and hidden game.

Home Page: https://angular-team-week.firebaseapp.com/

JavaScript 1.67% TypeScript 71.03% HTML 20.19% CSS 7.11%

citrus-cider-house's Introduction

Citrus Cider House

Epicodus Angular Team Project, Aug 30th, 2018

Ryan Murry, Reese Glasscock, Nate Cottle, Elly Maimon

Description

A website concept for a cider house using Angular 6. Features include user reviews, cider list, admin functionality, and jukebox for users to add songs to cider house playlist.

This project was generated with Angular CLI version 6.1.5.

Installing

Complete the steps below to clone the project on to your personal machine and get the application running.

Clone the repo from github to your machine

git clone https://github.com/ryanjmurry/angular-team-week.git

This program is dependent that you already have node installed on your machine and node package manager. Afterwards run the install command.

npm install

Api Key Installation

Firebase

Go to https://console.firebase.google.com/ to sign up and create your database for your project. Select add Firebase to your web app to view api credentials.

Jukebox Api

Go to https://theaudiodb.com/ to sign up and request an api key.

app/api-keys.ts

Create a file in the root of your app folder named api-keys.ts. Paste in the information for adding firebase as a web app and your jukebox api key. Follow the pattern below for creating the file:

app/api-keys.ts

export const masterFirebaseConfig = {
  apiKey: "YOUR_API_KEY_HERE",
  authDomain: "YOUR_AUTH_DOMAIN_HERE",
  databaseURL: "YOUR_DATABASE_URL_HERE",
  projectId: "YOUR_PROJECT_ID_HERE",
  storageBucket: "YOUR_STORAGE_BUCKET_HERES",
  messagingSenderId: "YOUR_MESSAGING_SENDER_ID_HERE"
}

export const jukeboxAPIKey = "YOUR_API_KEY_HERE"

To run the program run the command from the project file:

npm run start

Point your browser to localhost:4200

open http://localhost:4200/

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

citrus-cider-house's People

Contributors

ryanjmurry avatar reeseglasscock avatar ellymaimon avatar n8cotoa avatar

Stargazers

Kevin Ahn avatar  avatar  avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.