Skip to content

demonstrating basic auth and crud operations with Node.js+MongoDB+Express.js+Mongoose.js+Passport.js+React.js+Redux

Notifications You must be signed in to change notification settings

sirrodgepodge/cruddyAuthBlog-react-redux

Repository files navigation

cruddyAuthBlog-react-redux

This is a simple app to demonstrate how to execute CRUD operations with Node.js + MongoDB + Express.js + Mongoose.js + Passport.js + React.js + Redux

If you do not have Homebrew (Mac package manager) installed then install it with the following command in your terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

If you don't have Node.js or MongoDB installed, once you have installed Homebrew install them with the following commands in your terminal: brew install node brew install mongodb

Run the command "mongod" in one terminal window to start running a local instance of MongoDB, then in another terminal window, after you have navigated to inside this cloned git repo, run npm start, then visit "localhost:3000" in your browser.

About

demonstrating basic auth and crud operations with Node.js+MongoDB+Express.js+Mongoose.js+Passport.js+React.js+Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published