Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 713 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 713 Bytes

Chatroom-app

Chatroom application created for senior Software Engineering coursework at CSU, Monterey Bay.

Chatroom allows users to login with Facebook or Google third party accounts, chat in real time, and issue chat bot commands.

Installation

Clone the repository:

git clone https://github.com/ErnestoLCortez/Chatroom-App

Install dependencies:

npm install

Configure environment variables for:

OPENWEATHER_API
MONGODB_URI
INDEX
PORT

Profit!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D