Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willianfalbo/messages-app-graphql
A simplified version of a posting messages application (GraphQL APIs)
https://github.com/willianfalbo/messages-app-graphql
express-js graphql-api javascript jwt-authentication mongo-db mongoose-js muter node-js react-js
Last synced: about 1 month ago
JSON representation
A simplified version of a posting messages application (GraphQL APIs)
- Host: GitHub
- URL: https://github.com/willianfalbo/messages-app-graphql
- Owner: willianfalbo
- Created: 2020-06-19T19:19:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:59:03.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T17:40:52.516Z (about 2 months ago)
- Topics: express-js, graphql-api, javascript, jwt-authentication, mongo-db, mongoose-js, muter, node-js, react-js
- Language: JavaScript
- Homepage:
- Size: 17.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](./backend) folder and follow the README file instructions.
- Go to the [frontend](./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](https://academind.com/team/#maximilian)'s course. [NodeJS - The Complete Guide](https://academind.com/learn/our-courses/).