Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willianfalbo/messages-app
A simplified version of a posting messages application (REST APIs)
https://github.com/willianfalbo/messages-app
express-js javascript jwt-authentication mongo-db mongoose-js multer node-js react-js rest-api socket-io websocket
Last synced: about 1 month ago
JSON representation
A simplified version of a posting messages application (REST APIs)
- Host: GitHub
- URL: https://github.com/willianfalbo/messages-app
- Owner: willianfalbo
- Created: 2020-06-15T04:51:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:57:39.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T20:42:08.465Z (about 2 months ago)
- Topics: express-js, javascript, jwt-authentication, mongo-db, mongoose-js, multer, node-js, react-js, rest-api, socket-io, websocket
- Language: JavaScript
- Homepage:
- Size: 6.93 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
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
- RESTFul APIs & Express.js
- MongoDB database & Mongoose.js ODM
- Real-time connection with Websocket & Socket.io
- 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/).