https://github.com/ankurgel/bstack_app
https://github.com/ankurgel/bstack_app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankurgel/bstack_app
- Owner: AnkurGel
- Created: 2014-06-16T13:57:15.000Z (almost 11 years ago)
- Default Branch: scratch-config
- Last Pushed: 2014-06-18T11:06:54.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T04:27:07.068Z (4 months ago)
- Language: Ruby
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BStack App
## Description
This application has following objectives- File upload support from scratch(without gem)
- Authentication from scratch(without gem)
- File upload with gem
- Authentication with gem
- View any files.## About this branch
This branch implements file upload mechanism and user authentication and authorization from scratch.
The application in this branch allows a user to sign up, upload his files, download his files. An unauthorized or unauthenticated user cannot access any file out of his jurisdiction.## Dependencies
- Ruby 2.0.0-p481
- Rails 4.0.3
- SQLite## To run
```ruby
bundle install
rake db:create
rake db:migrate
rake db:test:prepare
rake spec/
rails server
```## Issues
Please feel free to file issues in this [repository's issues tracker](https://github.com/AnkurGel/bstack_app/issues).
You can also suggest improvements for code quality by commenting directly in the commits log.