All Projects → geekysrm → mern-blog-google-auth

geekysrm / mern-blog-google-auth

Licence: other
A blog app made using MERN stack with Google Authentication.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

MERN Blog
(Google Auth)

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

Live here: https://devblogger.herokuapp.com/

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.

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