Skip to content

davidtansf/FOMO

 
 

Repository files navigation

FOMO

Do you have FOMO | Fear Of Missing Out?

try-fomo.com

Summary

FOMO is a crowdsourced notifier app that allows users to subscribe to any event to receive notifications. No more tracking your events across individual sites! The fear of missing out, or FOMO, describes the issue we are solving.

Features

  • Content from Eventful
  • Instant search
  • Trigger notifications immediately

Tech Stack

Angular, Node/Express, PostgreSQL, Mocha/Chai, Bookshelf

Developer Environment

  1. Configure Postgres:
  • Run '\i path/to/schema.sql' to generate db and tables locally.
  • In server/dbConfig/, copy "dbConfig.example.js",rename to "dbConfig.js", AND change the 'username' to your mac username.
  1. Run the following in the project directory:

    # install dependencies
    npm install
    bower install
    
    # start server
    node index.js
  2. Open http://localhost:3003 in your browser.

Screenshots

Sign-In: ![Image of Sign-in] (http://gdurl.com/u2kL)

Homepage: ![Image of Homepage] (http://gdurl.com/yIeO)

Add Event: ![Image of Add Event Page] (http://gdurl.com/HBA6)

Event Page: ![Image of Event Page] (http://gdurl.com/IGyy)

Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.1%
  • CSS 19.5%
  • HTML 18.4%