EliHood / similar-qeddit-app

Sign Up, GoogleOAuth login, EditProfile, Log-In, Log Out, commentReply, Add Post, RePost, Follow, Real Time Comments, Real Time Comment Notifications, Unfollow user, emailConfirmation, resendConfirmation, GIPHY comment integration, Like & Dislike Post. (below url is currently down for maintenance)

Home Page:https://similar-qeddit-app.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Similar Queddit App

currently being patched...

Backend Layer

Would need this

https://github.com/EliHood/similar-qeddit-service

Instructions

  • yarn install
  • yarn compile:watch Secondary window/tab
  • yarn start Primary window/tab

Tech Stack

  • Docker
  • React(tsx) (some React Hooks)
  • TypeScript
  • Redux
  • Redux Saga
  • Sequelize
  • Pusher

Functionalies

  • Sign Up
  • Repost
  • Search Posts
  • Sign Up Validations
  • Mention Users
  • Log in
  • Google Oauth login
  • Log Out
  • Comment Replies
  • Like A Post
  • Unlike A Post
  • Add Comment to a Post
  • Email Confirmation
  • Edit Profile
  • Comment Notifications
  • Follower User/Unfollow User

For executing Docker(have your env variables set up)

  • docker exec -it database psql -U postgres -c "CREATE DATABASE elitypescript"

  • docker-compose up --build --force-recreate

login

username: Caesar password: fish123

Docker notes on postgres(so i wont everr have to go through the pain of setting this up again lol)

Once docker-compose up is running do docker ps from here you should see container ids. Find the container id for the postgres database or service name in my case its called "database". That container id will be used for the following instructions

some helpful notes

docker logs container id

Docker Stuff

About

Sign Up, GoogleOAuth login, EditProfile, Log-In, Log Out, commentReply, Add Post, RePost, Follow, Real Time Comments, Real Time Comment Notifications, Unfollow user, emailConfirmation, resendConfirmation, GIPHY comment integration, Like & Dislike Post. (below url is currently down for maintenance)

https://similar-qeddit-app.com/


Languages

Language:TypeScript 94.4%Language:JavaScript 2.4%Language:Shell 1.4%Language:Makefile 0.6%Language:HTML 0.6%Language:CSS 0.4%Language:Dockerfile 0.2%Language:Procfile 0.0%