Skip to content

daniel-marius/MERN-SocialMedia-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Basic Social Media with GraphQL

Features

  • Node Apollo server
  • React Apollo client
  • MongoDB Atlas storage
  • Monolith architecture
  • Users can create, update, delete and like posts/comments
  • JWT authentication + auth context on React client
  • Custom hook form (e.g. register, login)
  • React hooks for GraphQL mutations, queries on the client side
  • Semantic UI for styling

Available scripts

In the root directory of the project you can run:

Install dependencies

npm install

Starting the server

npm run server

Starting the client

npm run client

Starting concurrently server and client

npm run dev

About

MERN Social Media GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages