Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praveenperera/videolearning
Platform to launch free and paid video courses
https://github.com/praveenperera/videolearning
Last synced: 11 days ago
JSON representation
Platform to launch free and paid video courses
- Host: GitHub
- URL: https://github.com/praveenperera/videolearning
- Owner: praveenperera
- License: mit
- Created: 2015-06-09T22:43:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T07:24:48.000Z (about 9 years ago)
- Last Synced: 2024-10-12T05:05:36.978Z (about 1 month ago)
- Language: Ruby
- Size: 9.51 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Preview
Screenshots: http://praveenperera.com#projects
## Synopsis
Platform for to launch video courses from. Technologies involved in this project:
* Authentication using devise
* Authentication using Facebook, Twitter and GitHub API using OmniAuth and devise
* Front end design using Materialze CSS
* Accepting payments using Stripe
* Notification and transactional emails using Mandril
* Active Admin implementation## Contributors
Currently I am the only contributor to the project, additional contributors are welcome.
1. Fork it ( https://github.com/[my-github-username]/videolearning/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull RequestPlease also use Github issue tracker to show what you plan doing and provide tests and documentations whenever possible
## Installation
This repo is the full rails app for videolearning you can choose to fork and edit it and use it however you wish. Currently uses postgresql as default database, this can be changes.
Download the repo, navigate to the folder via terminal and run bundle install to get the necessary gems, create the db and run migrations. Finally run start the server.
```shell
bundle install
rake db:create
rake db:migrate
rails s
```## License
Videolearning is under MIT license - http://www.opensource.org/licenses/mit-license.php