A simple blog app by Node.js with Google Authentication.
Current app version is on v1.1
# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start
# Routes
ROOT {{url}}/
DASHBOARD {{url}}/dashboard
GOOGLE AUTHENTICATION {{url}}/auth/google
CALLBACK {{url}}/auth/google/callback
LOGOUT {{url}}/auth/logout
CREATE STORY {{url}}/stories/add
GET STORIES {{url}}/stories
To setup MongoDB cluster and Google OAUTH, refer to the following documentation.
Licensed under MIT
Happy coding!
~Hasimy