Skip to content

devansh-07/StoryBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to StoryBooks

A web application developed using Node.js that allows users to perform CRUD operations on their stories by signing in with their Google account.

Deployed here

Features

  • Sign in Google Account.
  • Add your stories in Public/Private mode
  • See All public Stories.
  • Edit/Delete your stories
  • View a user's stories.

To Do's

  • Follow a particular user and get notified for their activities.
  • Notifications

Requirements

Installation

Clone the repo locally then install all the dependencies using NPM

$ git clone https://github.com/devansh-07/StoryBooks.git
$ cd StoryBooks
$ npm i

Local Development

Before running, you need to add the Google API Credentials and Database URI to the project. Put <DATABASE_URI>, <GOOGLE_CLIENT_ID>, <GOOGLE_CLIENT_SECRET> and PORT in config/config.env.

PORT = 8000
DATABASE_URI = 'XXXXXXXXXXXXXXXXXX'
GOOGLE_CLIENT_ID = 'XXXXXXXXXXXXXXXXXXXX'
GOOGLE_CLIENT_SECRET = 'XXXXXXXXXXXXXXXXXXXX'

then run the server via npm.

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published