Giter Club home page Giter Club logo

shower_thoughts's Introduction

Shower Thoughts

Report Bug     ⬡ Request Feature


This site allows you to write and share publicly your "shower thoughts" with other users, or keep a private collection for yourself.

"Shower thought" is a loose term that applies to the types of thoughts you might have while carrying out a routine task like showering, driving, or daydreaming. At their best, shower thoughts are universally relatable and find the amusing/interesting within the mundane.

Live Site: http://thoughts-collection.herokuapp.com/

💻 Tech Used

  • Web browser, ie HTML, CSS, JS
  • Node.js: Environment for running Javascript serverside
  • Express: Web framework for Node
  • MongoDB Atlas, Mongoose: Cloud database
  • Handlebars: Templating language
  • Passport Google OAuth & Anonymous: Authentication

📚 Lessons Learned

Creating models is a fantastic way to help keep the data organized going to my database. Also, using passport for authentication isn't as scary as I once thought it was.

💾 Usage

Create a config folder with a config.env file in it. Add your mongoDB URI and Google OAuth credentials to the config.env file

MONGO_URI = <your mongo uri>

GOOGLE_CLIENT_ID = <your google client id>
GOOGLE_CLIENT_SECRET = <your google client sectret>
# Install dependencies
npm install

# Run in development
npm run dev

# Run in production
npm run start

💡 Contributing

Found an issue or want to add a cool feature to this site? Awesome! Leave a comment in the issues tab and I will assign it to you.

  1. Comment in the issues tab
  2. Fork or clone this repo
  3. Build the code you wish to add
  4. Create a pull request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.