Git Product home page Git Product logo

feedy's Introduction

This project uses MERN stack to build a complete web application using React, Redux, Express and MongoDB.

Below you will find some information on how to perform common tasks.

Table of Contents

Packages used

This project uses a number of packages from the node ecosystem to simplify development of a complex web application. Details can be gleaned from the package.json files, but here is a list of key packages that this project depends on.

  • create-react-app is used to generate client side react app. It is an excellent starting point for creating react client applications.
  • express, mongoose Server side backend api functionality is built using express & mongoose.
  • passport passport and its associated Strategies are used for authentication. Google oAuth2 strategy is extensively utilized.
  • redux is used for client side state management.
  • react-router obvious
  • cookie-session This module stores the session data on the client within a cookie

Usage

  • create a file called dev.js in feedy/server/config
    • googleClientID:
    • googleClientSecret:
      • go to console.developers.google.com and setup the Google+API & enter the credentials here
    • mongoURI:
      • sign up for mlab & enter the URL here
      • 'mongodb://:@ds1633.mlab.com:63613/feedy-dev',
    • cookieKey:
      • any random alpha-numeric
  • Deploying to AWS

feedy's People

Contributors

sunkay avatar

Stargazers

Roman avatar

Watchers

 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.