Skip to content

This tutorial is a continuation of my node js react project. This will add a mongoose database using mongodb and stepping you through how to setup clusters, collections, and documents using mongodb, as well as using code to insert and look up data from the database.

Notifications You must be signed in to change notification settings

codrkai/node_react_mongodb_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Node, React, and Mongoose database Tutorial

Signup for free at mongodb.com

This is a continuation from the previous tutorial "Node and React JS Tutorial"

This tutorial will cover the following:

  1. Setting up Clusters, Collections, and Documents from Mongodb.com

  2. Creating a database called node_twitterclone, creating collections called tweets and users, and then manually inserting a document into the users collection table.

  3. Setting up Schemas for our two tables: tweets and users.

  4. Writing code to save a user into the users table, and saving tweets into the tweets table.

  5. Writing code to retreive our tweets data, as well as joining the users table inable to access that data.

  6. Setting up a form to submit the tweet data.

  7. Finally, a demo of the finished project by running the backend and the frontend servers to send tweets.

About

This tutorial is a continuation of my node js react project. This will add a mongoose database using mongodb and stepping you through how to setup clusters, collections, and documents using mongodb, as well as using code to insert and look up data from the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published