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.
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!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D