All Projects → isaychris → reddit-clone

isaychris / reddit-clone

Licence: other
A reddit clone written using node.js / express.js / mongodb / passport.js. https://seiya-beddit.herokuapp.com/

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to reddit-clone

ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (-63.1%)
Mutual labels:  node-js, express-js
backend-server
📠 The backend of the Fairfield Programming Association website.
Stars: ✭ 26 (-69.05%)
Mutual labels:  bcrypt, node-js
Middleman-NPM
Middleman is an intuitive Express performance monitor for all your middleware 🎉
Stars: ✭ 13 (-84.52%)
Mutual labels:  node-js, express-js
Snoo
A Reddit command line client written in Node.js, using modern ES-features
Stars: ✭ 39 (-53.57%)
Mutual labels:  reddit, node-js
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-65.48%)
Mutual labels:  node-js, moment-js
HIMS
Hospital Information Management System create using Node Js
Stars: ✭ 41 (-51.19%)
Mutual labels:  node-js, express-js
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (-40.48%)
Mutual labels:  node-js, express-js
Expressjs K8s
Express.js microservice with a Dockerfile, Kubernetes YAMLs and a non-root user
Stars: ✭ 148 (+76.19%)
Mutual labels:  node-js, express-js
mern-ecommerce
MERN Stack ecommerce site
Stars: ✭ 122 (+45.24%)
Mutual labels:  node-js, express-js
express-file-upload
Node.js Express Upload/Download File Rest APIs example with Multer
Stars: ✭ 64 (-23.81%)
Mutual labels:  node-js, express-js
Bootstrap3 Pug Former jade Node Express Grunt
Bootstrap 3 templated by Jade
Stars: ✭ 242 (+188.1%)
Mutual labels:  node-js, express-js
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (-65.48%)
Mutual labels:  node-js, express-js
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (+125%)
Mutual labels:  node-js, express-js
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (-66.67%)
Mutual labels:  reddit, bcrypt
Lib4dev
Find awesome libraries and make your development fast.
Stars: ✭ 165 (+96.43%)
Mutual labels:  node-js, express-js
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (-80.95%)
Mutual labels:  node-js, express-js
Tinyhttp
🦄 0-legacy, tiny & fast web framework as a replacement of Express
Stars: ✭ 1,259 (+1398.81%)
Mutual labels:  node-js, express-js
Blueprint
solid framework for building APIs and backend services
Stars: ✭ 87 (+3.57%)
Mutual labels:  node-js, express-js
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (+150%)
Mutual labels:  node-js, express-js
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-83.33%)
Mutual labels:  node-js, express-js

Beddit

A reddit clone written using node.js / express.js / mongodb / passport.js

Website:

https://seiya-beddit.herokuapp.com/

Image

Features:

  • Frontpage
  • Subreddits
  • Submitting comments / posts / links
  • Voting on posts / comments
  • Saving posts / comments
  • Editing posts / comments
  • Deleting posts / comments
  • Subscribing
  • Searching
  • Sorting
  • Profile pages
  • Karma system
  • Relative time
  • Validation
  • Login / Register
  • Hash / salted passwords
  • Change password / delete account
  • API

API:

URL Method Details Body
/api/frontpage GET Retrieves all posts from frontpage
/api/r/subreddit GET Retrieves all posts from subreddit
/api/post/id GET Retrieves post by id
/api/post/id/comments GET Retrieves all comments for post by id
/api/u/user GET Retrieves profile information about user
/api/u/user/posts GET Retrieves all posts by user
/api/u/user/comments GET Retrieves all comments by user
/api/register POST Registers an account username, password

Screenshots:

Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].