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.
Project is created with:
- Node.js
- Express
- Express-Handlebars
- MongoDB Atlas
- Passport
- Google-OAuth 2.0
- Font Awesome
- Render
To run this project, install it locally using npm:
$ cd StoryBooks
$ npm install
$ npm start