Skip to content

Create and view Marvel projects directly in Slack (Built w/ Swift)

License

Notifications You must be signed in to change notification settings

marvelapp/BotBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c66035 ยท May 22, 2018

History

39 Commits
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Mar 20, 2018
Mar 6, 2018
May 22, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Mar 6, 2018
Feb 28, 2018
Apr 16, 2018
Mar 6, 2018

Repository files navigation

BotBot ๐Ÿค–

BotBot is an open-source Slackbot for Marvel - a design collaboration platform that brings ideas to life.

Go to BotBot and install

BotBot allows you and your team to create, view and manage Marvel projects directly inside of Slack.

Why it's so amazing

  • Anyone in your team can quickly pull up a list of Marvel projects without leaving Slack by typing /projects
  • Create a project in seconds by typing /create-project
  • Add people to projects by typing /add-people
  • Or just grab the code and roll your own bot

Built using the Marvel GraphQL API - get started here.

Questions? Hit us up on Twitter

๐ŸŽ’ Before building (dependencies)

  • Install Xcode
  • Install Vapor Toolbox
  • Run vapor xcode -y, this will create & open the Xcode project
  • Run brew install mysql followed by mysql_secure_installation to set up a database
  • Create a MySQL database called marvel, e.g. using the mysql CLI: CREATE DATABASE marvel;
  • Change the Config/mysql.json credentials

๐Ÿšง Building

๐Ÿ’Ÿ Heroku:

  • Add a ClearDB MySQL Database in Heroku
  • Add the Config Variables that are found in the Procfile
  • Deploy using git push heroku master

๐Ÿ“– Documentation

Visit the Vapor web framework's documentation for instructions on how to use this package.