Skip to content

willianfalbo/messages-app-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Messages App

A simplified version of a posting messages application. There is no goal here, it was created for demonstration purpose only.

Features

  • Authentication: Sign-up, login and logout.
  • Feed: Paginated post messages and real-time updates.
  • Post Management: Upload photos, create posts, update and delete.

Quick Preview

Quick Start

  • Go to the backend folder and follow the README file instructions.

  • Go to the frontend folder and follow the README file instructions.

Stack

  • Backend

    • Node.js & Javascript
    • GraphQL APIs & Express.js
    • MongoDB database & Mongoose.js ODM
    • JWT authentication & Password-Hashing with bcrypt
    • File uploads with Multer
  • Frontend

    • React.js & Javascript

Credits

This app was created based on Maximilian Schwarzmüller's course. NodeJS - The Complete Guide.