- Fork and clone this repository, and then within the backend directory execute:
$ bundle install
$ rake db:migrate
- Seed some data to begin:
$ rake db:seed
3. Then run:
$ rails s
4. Navigate to the frontend directory and run:
https://github.com/yani82/love_wins_fe
open index.html
5. Create a post by filling in the
## Title
## Content
## Image URL
## Select Volunteer
### Contributors
Contributions are welcome, and can be made by either opening an issue or making a pull request to this repo.
### License
The full [MIT license](https://github.com/ddhogan/starfleeter/blob/master/LICENSE) can be found in this repo.