Coder Social home page Coder Social logo

spaceyettu's Introduction

FullStack Project

Peerspaces is a fullstack web applocation clone. On a high level, Peerspace is a Rails API connected to a PostgreSQL DB, serving data to a React & Redux frontend. This application is hosted on Heroku and static data is served from AWS. Also use Google API such Google Maps and Google Geolocation.

App preview

You can test this project here

Setup and Installation

This project require the following local enviroment:

  • ruby 2.5.1
  • node v10.13.0
  • rails 5.2.4.1
  • PostgreSQL

Setup

Run the following commands:

npm install
bundle install
bundle exec rails db:create
bundle exec rails db:seed

Development

Initialize the server (dev runs on port 3000)

rails s

Frontend

npm start

Technologies

Peerspace has a React frontend, with state managed by Redux. React implements a Virtual DOM which allows for efficient DOM manipulation, re-rendering only the right elements that need to be re-render, all the while exposing a component lifecycle which we can hook into and use to run code at specific moments. Redux enables us to keep state contained in a central store from which components can pick and choose the slices of state that concerns them. This avoids the need to thread state through components.

Dev Notes

In this section, I highlight some challenges presented to me over the course of this project.

spaceyettu's People

Contributors

melvin-20 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.