Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.2 KB

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