An open API service indexing awesome lists of open source software.

https://github.com/ankurgel/bstack_app


https://github.com/ankurgel/bstack_app

Last synced: 2 months ago
JSON representation

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.