visortelle / elijah-fullstacktypescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullStack Typescript App(not sure what to name this)

currently being patched...

Front End Layer

Would need this

https://github.com/EliHood/fullstackbackend

Instructions

  • yarn run build:watch 1st window
  • yarn start 2nd window

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


Languages

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