Giter Club home page Giter Club logo

blerdeblerb-client's Introduction

Blerdeblurb

About Blerdeblurb

Blerdeblurb was created by Elwyn Palmerton in 2020 as project for learning and practicing React. It was was modeled roughly after Twitter and designed to have a similar functionality with its own style. In 2022 it was redeployed on AWS.

Tech Stack

Frontend

The Blerdeblurb frontend was created with React, Material-UI, and Redux. It uses JWT's for login and authentication.

Backend

The Blerdeblurb backend was built with Node.js and MongoDB.

DevOps

Blerdeblurb is deployed on AWS with the following services

Frontend:

  • S3
  • CodeCommit
  • CodeBuild: Builds and deploys the artifact to the S3 bucket
  • Route 53
  • AWS Certificate Manager
  • CloudFront: Caching and SSL certificate.

Backend:

  • ElasticBeanstalk - deploys to EC2 instances with an Application Load Balancer.
  • ACM and Route 53 - for managing SSL and domain name.
  • CodeCommit and CodePipeline for deployment.

Running Blerdeblurb

Running Blerdeblurb

Blerdeblurb can be run locally with or without docker.

To run Blerdeblurb with docker and docker-compose

NOTE: To run locally with docker you need to have docker installed. Consult the docker documentation for more information.

  1. Clone both repos into the same folder so that the folder structure looks like this:

Blerdeblurb
├── API
├── client

Clone frontend: git clone https://github.com/ElwynPalmerton/Blerdeblerb-client.git
Clone backend: git clone https://github.com/ElwynPalmerton/Blerdeblerb-API.git

(NOTE: the spelling of the repo names (blerdeblerb) is different than the URL )

  1. Navigate into the root level folder for the API repo

  2. Run docker-compose up -d --build from the command line.

  3. To stop: run docker-compose stop

Run locally (without Docker)

To run Blerdeblurb locally, you need to clone and run both repos:

Running the frontend:

  1. Run git clone https://github.com/ElwynPalmerton/Blerdeblerb-client.git from the command line.
  2. cd into the root level of the repo and run npm install.
  3. Run npm start.

backend:

  1. Run git clone https://github.com/ElwynPalmerton/Blerdeblerb-API.git from the command line.
  2. Run npm start from inside the root level of the repo.

MongoDB:

You also need to install MongoDB locally to run Blerdeblurb.

  1. Check to see if you have mongoDB installed locally by running mongo --version.
  2. If you need to install mongoDB please consult the MongoDB Documentation
  3. Start mongoDB by running mongod.

blerdeblerb-client's People

Contributors

elwynpalmerton 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.