Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 526 Bytes

Lets-Share

NodeJS based application to create and publish public and private stories.

This project is inspired from a youtube tutorial by Traversy Media. Video Link :

https://youtu.be/SBvmnHTQIPY

Link to the orginal rep:

https://github.com/bradtraversy/storybooks

To Test the project

Please add your mongoDB URI and Google OAuth credentials in config/config.env file before testing the project

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start