StoryHub is a place to create your public and private stories
and see stories of other people.
Link: https://story-hub-0.herokuapp.com/
Refresh a few times if the page doesn't load.
- Node.js
- Express.js
- MongoDB
- Google OAuth
- HTML
- CSS
- login/logout with your google account
- create public stories (visible to other users) or private stories (not visible to others)
- edit or delete your stories
- view public stories of other users
- view public stories from a specific user
- mark a story as Favourite and view all your favourite stories
To run in your local machine, add your mongoDB URI and Google OAuth credentials to the config.env file,
and run the following commands in the project directory
# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start
Click on + Button to create a story.





