Skip to content

geekysrm/mern-blog-google-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Blog
(Google Auth)

A blog app made using MERN stack with authenticates user based on their Google login.

alt text

Using it

This repo is now a Github Template!!

Click the green Use this template button to generate a copy of this repo in your account.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.JS and npm must be installed. Download and install them from here.

Installing

Follow these steps to run this project in your local computer.

$ https://github.com/geekysrm/mern-blog-google-auth.git
$ cd mern-blog-google-auth
$ npm i
$ npm run client-install

Now, to run both the server and client on port 5000 and 3000 respectively, run:

$ npm run dev

To run only the server, run:

$ npm run server

To run only the client, run:

$ npm run client

Built With

  • Node.JS - Node.JS is used in the backend.
  • React.JS -Frontend library used in the project.
  • Redux - Used in addition to React.JS
  • Passport - Used its Google OAuth Strategy

Authors

License

This project is licensed under the MIT License.

About

A blog app made using MERN stack with Google Authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published