Skip to content

Optider/share-thoughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareThoughts

Create public and private thoughts 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