Giter Club home page Giter Club logo

isurveyapp_backend's Introduction

README

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

Cookie Survey App🥛🍪

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

🧭Explore: Demo || Frontend


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 this 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 frontend repo to your local machine git clone <frontend-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

isurveyapp_backend's People

Contributors

ajshemi avatar

Watchers

James Cloos avatar  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.