Skip to content

A simple blog app by Node.js with Google Authentication.

License

Notifications You must be signed in to change notification settings

hasimy-as/TalkAway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalkAway

A simple blog app by Node.js with Google Authentication.

Project Status

Github license npm Maintenance

Version

Current app version is on v1.1

Usage

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

Endpoints

# 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

Documentation

To setup MongoDB cluster and Google OAUTH, refer to the following documentation.

Talkaway Documentation.pdf

Licensed under MIT

Happy coding!

~Hasimy

About

A simple blog app by Node.js with Google Authentication.

Topics

Resources

License

Stars

Watchers

Forks