Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 810 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 810 Bytes

Code-Chatter

Messaging Application

Users can create channels and send/receive messages real time.

Demo Site

Project Objectives

  • Users can set their username upon arriving at the app
  • Users can create new channels
  • Users can send/receive messages

Built With

  • AngularJS for Frontend User Interface
  • Firebase Backend-as-a-Service for Backend
  • Grunt for development environment

Configuration

  • Start by cloning the repository.

  • Install the project dependencies by running:

$ npm install

Run the Application

  • Run the application using the Gruntfile's default task:
$ grunt
  • The default task runs a simple server on port 3000. To view it in a any browser, go to http://localhost:3000.