API
Building better relationships through chat.
These instructions will get you a copy of the project up and running on your local machine for development.
Things you need to install beforehand:
- Bundler - Rails package manager
Open terminal and run the following lines of code to clone and run this project.
$ git clone https://github.com/SeeYouSpaceCowboy/messenger-api.git
$ cd messenger-api
$ bundle install
$ rails s
This project should now be running locally on port 3005
.
Messenger consists of a front-end and a back-end.
For this project to run you have to have both projects installed and running locally at the same time.
If haven't already, you should now clone and install the front-end of this project; instructions here.
Messenger API was built by Mohammed Chisti.