Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajaditya01/fullstack-blogs
Blogging-platform
https://github.com/rajaditya01/fullstack-blogs
axios bycryptjs cors css3 dotenv express javascript jwt-authentication mern-stack mongodb mongoose multer nodejs nodemailer react slugify uuid
Last synced: about 2 months ago
JSON representation
Blogging-platform
- Host: GitHub
- URL: https://github.com/rajaditya01/fullstack-blogs
- Owner: RajAditya01
- License: mit
- Created: 2024-01-16T12:40:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T08:01:05.000Z (10 months ago)
- Last Synced: 2024-02-26T08:42:59.689Z (10 months ago)
- Topics: axios, bycryptjs, cors, css3, dotenv, express, javascript, jwt-authentication, mern-stack, mongodb, mongoose, multer, nodejs, nodemailer, react, slugify, uuid
- Language: JavaScript
- Homepage: https://full-stack-blogs.vercel.app
- Size: 6.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
MERN BLOG
Fullstack Blogging application made with MongoDB, Express, React & Nodejs (MERN)
## Key Features
- User registration and login
- Authentication using JWT Tokens
- Blog searching and pagination
- CRUD operations (Blog create, read, update and delete)
- Upload user ımages and blog ımages to the server
- Liking Blogs and adding Blogs to the Reading list
- Commenting on the Blog
- Skeleton loading effect
- Responsive Design
## Technologies used
This project was created using the following technologies.
#### Frontend
- [React js ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications
- [React Hooks ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state
- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - To handle routing
- [axios](https://www.npmjs.com/package/axios) - For making Api calls
- [Css](https://developer.mozilla.org/en-US/docs/Web/CSS) - For User Interface
- [CK-Editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html) - Rich Text Editor
- [uuid](https://www.npmjs.com/package/uuid) - For random id generator
- [React icons](https://react-icons.github.io/react-icons/) -
Small library that helps you add icons to your react apps.#### Backend
- [Node js](https://nodejs.org/en/) -A runtime environment to help build fast server applications using JS
- [Express js](https://www.npmjs.com/package/express) -The server for handling and routing HTTP requests
- [Mongoose](https://mongoosejs.com/) - For modeling and mapping MongoDB data to JavaScript
- [express-async-handler](https://www.npmjs.com/package/express-async-handler) - Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers
- [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - For authentication
- [Bcryptjs](https://www.npmjs.com/package/bcryptjs) - For data encryption
- [Nodemailer](https://nodemailer.com/about/) - Send e-mails from Node.js
- [Dotenv](https://www.npmjs.com/package/dotenv) - Zero Dependency module that loads environment variables
- [multer](https://www.npmjs.com/package/multer) - Node.js middleware for uploading files
- [slugify](https://www.npmjs.com/package/slugify) - For encoding titles into a URL-friendly format
- [cors](https://www.npmjs.com/package/cors) - Provides a Connect/Express middleware#### Database
- [MongoDB ](https://www.mongodb.com/) - It provides a free cloud service to store MongoDB collections.
## Screenshots
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/5233806b-7499-4b4e-82fb-29bc9523965f)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/4282f48c-4c3d-4c36-b8ea-f3432befcb87)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/2e983076-5357-4022-ba2a-97402fa94f56)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/c927ddef-e6df-4999-85f7-94888d4d1b45)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/23ac84f0-b8c4-4366-aabb-d1f0100276e9)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/792edd59-965e-41c9-a962-4022dfa5a7c4)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/30419222-f56b-44dd-a04b-317181d14784)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/e100f7c6-c534-4e56-8835-08136dbfc527)
---- -
![image](https://github.com/RajAditya01/FullStack-Blogs/assets/101439988/5fa713ed-3f5c-46e6-9941-85d75cecf231)## Author
- Github: [Aditya Raj](https://github.com/RajAditya01)
- Linkedin: [Aditya Raj](https://www.linkedin.com/in/aditya-raj-aa923721a/)
- Email: [[email protected]](mailto:[email protected])## License
MIT License
Copyright (c) 2024 Aditya Raj
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.Modifications to the Software are not permitted without explicit written
permission from the original copyright holder, Aditya Raj.