Skip to content

This repository demonstrates a simple scenario of Social logins ( google and github) using express and vuejs.

Notifications You must be signed in to change notification settings

fardinhakimi/express-vue-social-auth

Repository files navigation

express-vue-social-auth

This is a full-stack simple app demonstrating how you can do social login with providers like Google and Github with Express and Vuejs using Passport strategies.

Follow these steps to run it on your computer

Install dependencies

npm install

Start Mongodb database

docker-compose -f docker-compose.db.yml up -d

Run the applicaion

npm start

Run the frontend app following the below guide

Run the frontend app

About

This repository demonstrates a simple scenario of Social logins ( google and github) using express and vuejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published