Skip to content

ajshemi/iSurveyApp_Reduxfrontend_Heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

*This project was bootstrapped with Create React App.

*Front-end built with React, HTML, CSS, and Chart.js

*Front-end of cookie survey app with backend server hosted on Heroku.

*Link to Cookie Survey App on Heroku Cookie Survey App on Heroku

*Link to Cookie Survey App demo video on youtube demo video

Cookie Survey App🥛🍪

A React web app where cookies lovers everywhere can rate their favorites cookies

🧭Explore: Demo || Backend


Tech Stack

This web app makes use of the following:

Backend

  • Ruby [2.6.1]
  • Rails [~> 5.2.3] - MVC web framework used as an API
  • Bcrypt [~> 3.1.7] - Gem for encryption and securing user passwords
  • Dotenv - Rails gem for securing API Keys
  • IBM Watson SDK - IBM Watson Natural Language Understanding (NLU).
  • Active Model Serializers - Serializing API routes to JSON
  • JWT - securing tokens
  • PostgreSQL [>= 0.18, < 2.0] - Database

Front End

  • React.js
  • React Router - Declarative Routing
  • React Redux - State Management
  • Semantic UI React
  • Chart.js - Charts and Plots

Installing

Backend Installation:

  • Clone backend repo to your local machine git clone <backend-repo-url>
  • run bundle install to install required dependencies
  • Ensure you have PostgreSQL running
  • run rails db:create to create a database locally.
  • run rails db:migrate to create tables into the database.
  • run rails db:seed to create seed data.
  • run rails s to run the server.

Frontend Installation:

  • Clone this repo to your local machine git clone <this-repo-url>
  • Ensure your Backend API is running at http://localhost:3000/
  • run npm install to install all dependencies
  • run npm start to start server
  • When prompted, ensure Frontend is running at http://localhost:3001

Features

Cookie survey app home page.

sign in option taken to home page

Cookie survey app login page.

sign in option taken to home page

Cookie survey app Rating page.

sign in option taken to home page

About

frontend of cookie survey app for server hosted on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published