Venue is an open source platform to crowdfund Artists. Artists can submit a Campaign to start funding an Event in a specific city. Fans can show their interest by buying 'early bird' tickets the Event and thereby help funding the Event.
These instructions will get your copy of the project running on your local machine.
In order to get the platform running you need the following:
- Rails version 5.2.0
- Ruby version 2.4.1
- Bundler
After cloning the repository, find your way into your project folder and in the terminal run:
$ bundle install
and
$ yarn install
Setup the database:
$ rails db:create db:migrate
Venue uses Cucumber for acceptance tests and RSpec for unit tests To run all the tests use:
$ rake
To run the test individually run:
$ cucumber
for acceptance tests, or
$ rspec
for unit tests
Deployment has been implemented using Heroku:
Feel free to fork and submit pull requests
Current contributers: Contributers
Venue is licensed under the MIT License
And a big thank you to all the coaches at CraftAcedemy for help, support and making the the Bootcamp at CraftAcedemy an absolutely fantastic experience: Magnus, Faraz, Oliver and Sophie
Display cc icon on input: https://jsfiddle.net/ywain/L96q8uj5/