Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 609 Bytes

Stories

CRUD Node.js App with Aut

Create public and private stories from your life

This app uses Node.js/Express/MongoDB with Google OAuth for authentication

Usage

Add your mongoDB URI and Google OAuth credentials to the config.env file

# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm start

Screenshots

Login_Screenshot

Dashboard_Screenshot