/StoryBooks

Primary LanguageJavaScript

StoryBooks

Table of contents

General info

Node.js app which users can upload public and private stories from their lives. The public stories are seen by all users of the app where the private stories are only visible to the user that created it.

Technologies

Project is created with:

  • Node.js
  • Express
  • Express-Handlebars
  • MongoDB Atlas
  • Passport
  • Google-OAuth 2.0
  • Font Awesome
  • Render

Setup

To run this project, install it locally using npm:

$ cd StoryBooks
$ npm install
$ npm start