GithubHelp home page GithubHelp logo

shout-out's Introduction

ShoutBux

Program Prequisites

  • NodeJS
  • ExpressJS
  • MongoDB
  • Redis

Architecture Diagram

alt text

API Diagram

alt text

Installation

$ git clone https://github.com/aubrian-halili/shout-out.git
$ npm install

Run the Application

$ npm start

Then go to this URL: http://localhost:9000/

MongoDB Setup

Update the config file for MongoDB connection which is located in this path:

$ cd /app_dir/server/config.js

Example values:

mongo: {
  uri: 'mongodb://192.168.99.100:27017/shout-out'
}

Redis Setup

Update the config file for Redis connection which is located in this path:

$ cd /app_dir/server/config.js

Example values:

redis: {
  host: '192.168.99.100',
  port: '6379'
}

Features

  • Users can post "shouts".
  • A “shout” should contain 32 chars max.
  • “Shouts” are sorted by date posted/edited.
  • Have a simple login feature.
  • Authorized users can post, edit, delete a “shout” to their own timeline.
  • Users may follow other users. Only users that follow the other can see each others timeline.
  • Timelines should update realtime. (Note: Still in development)

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

User Account

Here is the list of Users with username and password:

A backup of MongoDB Collection is included in this repository. Path for the directory:

$ cd /app_dir/db-backup
Name Username Password
Shelby Purdie shelby shelby
Gabriele Linares gabriele gabriele
Martine Ruggeri martine martine
Elisha Ribeiro elisha elisha
Emmaline Harms emmaline emmaline
Shanice Mcnulty shanice shanice
Alfredo Atkin alfredo alfredo
Tad Paulk tad tad
Jerilyn Awong jerilyn jerilyn
Modesta Juergens modesta modesta

License

MIT

shout-out's People

Watchers

James Cloos avatar Aubrian Halili avatar

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.