Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.15 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.15 KB

cruddyAuthBlog-react

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

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.