Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 574 Bytes

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