Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudmostafadev/grddit-backend
This repository contains the backend code for a Reddit clone application, built using Node.js and Express.js. The project demonstrates my skills in developing scalable and secure backend services, integrating various libraries and tools to handle authentication, file uploads, real-time communication, and more.
https://github.com/mahmoudmostafadev/grddit-backend
backend bcrypt cloudinary dotenv expressjs jsonwebtoken mongoose multer nodejs slugify socket-io
Last synced: 15 days ago
JSON representation
This repository contains the backend code for a Reddit clone application, built using Node.js and Express.js. The project demonstrates my skills in developing scalable and secure backend services, integrating various libraries and tools to handle authentication, file uploads, real-time communication, and more.
- Host: GitHub
- URL: https://github.com/mahmoudmostafadev/grddit-backend
- Owner: MahmoudMostafaDev
- Created: 2024-09-12T10:03:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T04:55:53.000Z (21 days ago)
- Last Synced: 2024-10-26T18:18:50.968Z (20 days ago)
- Topics: backend, bcrypt, cloudinary, dotenv, expressjs, jsonwebtoken, mongoose, multer, nodejs, slugify, socket-io
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Clone Backend
## Overview
This repository S contains the backend code for a Reddit clone application, built using Node.js and Express.js. The project demonstrates my skills in developing scalable and secure backend services, integrating various libraries and tools to handle authentication, file uploads, real-time communication, and more.## Features
- **User Authentication**: Secure user registration and login using bcrypt and JSON Web Tokens (JWT).
- **Image Uploads**: Efficient image handling and storage with Cloudinary and Multer.
- **Real-time Communication**: Implemented real-time features using Socket.io.
- **Data Management**: Robust data modeling and querying with Mongoose for MongoDB.
- **SEO-friendly URLs**: Generated clean and readable URLs using Slugify.## Technologies Used
- **Node.js**: JavaScript runtime for building the server-side application.
- **Express.js**: Web framework for handling routing and middleware.
- **bcrypt**: Library for hashing passwords.
- **Cloudinary**: Cloud service for managing image uploads.
- **dotenv**: Module for loading environment variables.
- **jsonwebtoken**: Library for creating and verifying JWTs.
- **Mongoose**: ODM for MongoDB.
- **Multer**: Middleware for handling multipart/form-data.
- **Slugify**: Library for creating URL slugs.
- **Socket.io**: Library for real-time web applications.