Skip to content

Creating a twitter clone following FreeCodeCamp Class

Notifications You must be signed in to change notification settings

brandonleboeuf/TwiterClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media App from FreeCodeCamp.com

TO START

cd socialMediaApp npm run serve

cd client npm start

TECH BEING USED:

  • React
  • Semantic UI
  • GraphQL
  • Express
  • MongoDB (Atlas) (signed up with Brandon.LeBoeuf.Dev)
  • Node.js

TREMINAL INSTALLS

npm init -y git init npm i apollo-server npm i graphql npm i mongoose npm i apollo-server graphql mongoose npm i -D nodemon npm i bcryptjs npm i jsonwebtoken npx create-react-app

npm i @apollo/client npm i react-router-dom npm i semantic-ui-react npm i semantic-ui-css npm i moment

npm i graphql npm i graphql-tag npm i jwt-decode npm i apollo-link-context

Notes

  • Mongodb

    • userinfo

      • name: classed
    • IP accesse set to "anywhere" (TODO change if going into production)

About

Creating a twitter clone following FreeCodeCamp Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published