All Projects → itsdevcoffee → reddit-api-clone-2

itsdevcoffee / reddit-api-clone-2

Licence: other
Build a Reddit API clone. We cover models and build out the rest of our routes!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to reddit-api-clone-2

Express-REST-API-Generator
Express REST API Generator is an Express Based API skeleton. A template for starting projects with express as an API. This project can be used for creating a RESTful API using Node JS, Express as the framework, Mongoose to interact with a MongoDB instance and Sequelize for support of SQL compatible databases. Mocha is also used for running unit …
Stars: ✭ 100 (+566.67%)
Mutual labels:  mongoose
Becoditive-API
The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
Stars: ✭ 14 (-6.67%)
Mutual labels:  mongoose
reversevoice
倒放挑战 - ReverseVoice Ts Node Taro
Stars: ✭ 24 (+60%)
Mutual labels:  mongoose
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+260%)
Mutual labels:  mongoose
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (+46.67%)
Mutual labels:  mongoose
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+1260%)
Mutual labels:  mongoose
Project09-C-Uber-Clone
WOOBER 🚓🌱 지도 컴포넌트를 활용한 Uber 서비스 클론
Stars: ✭ 18 (+20%)
Mutual labels:  mongoose
mern-stack-application
A MERN stack e-commerce website.
Stars: ✭ 45 (+200%)
Mutual labels:  mongoose
Express-MongoDB-Authentication
A simple authentication app using Express & MongoDB
Stars: ✭ 15 (+0%)
Mutual labels:  mongoose
express-mongodb-crud
Web Application CRUD using Nodejs and Mongodb
Stars: ✭ 87 (+480%)
Mutual labels:  mongoose
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (+20%)
Mutual labels:  mongoose
monogram
Aspect-oriented layer on top of the MongoDB Node.js driver
Stars: ✭ 76 (+406.67%)
Mutual labels:  mongoose
react-nodejs-mongodb-crud
👨‍💻 Fullstack web app built with MongoDB, NodeJs, React and Redux. Features: Protected routes client/server side, MaterialUI layout
Stars: ✭ 91 (+506.67%)
Mutual labels:  mongoose
idpt
Internet-Delivered Psychological Therapy (IDPT) System.
Stars: ✭ 24 (+60%)
Mutual labels:  mongoose
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+146.67%)
Mutual labels:  mongoose
nodejs grpc
GRPC based API CRUD using Nodejs at both server and client side
Stars: ✭ 17 (+13.33%)
Mutual labels:  mongoose
typescript-express-rest-api
This template will help you to build your own Node.js Express Mongodb API in TypeScript.
Stars: ✭ 42 (+180%)
Mutual labels:  mongoose
docker-node-express-boilerplate
Boilerplate for quickly bootstrapping production-ready RESTful APIs / microservices
Stars: ✭ 113 (+653.33%)
Mutual labels:  mongoose
react-graphql
react-graphql 快速开发方案
Stars: ✭ 15 (+0%)
Mutual labels:  mongoose
mongoose-to-swagger
Conversion library for transforming Mongoose schema objects into Swagger schema definitions.
Stars: ✭ 50 (+233.33%)
Mutual labels:  mongoose

Build a Reddit API Clone - (Part 2)

This repo is for a series called 'Build a Reddit API Clone' You can follow this YouTube series at Build a Reddit API Clone - Part 2.

Prerequisites

  1. Please follow the steps in part 1 in order to get started. Build a Reddit API Clone - Part 1

  2. Clone this repo, npm install, fire up MongoDB, and npm start

Description

Last video we got our basic project structure setup with routes, controllers, and models. In this video, we start with mentally mapping out our models. From there, we begin to build out the models / controllers and explore different features of Mongoose.js such as references between our models and middleware to populate the fields. If you like the series feel free to star this repo and share it with your friends! Be on the look out for parts 3 & 4.

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].