https://github.com/jasonmdev/name_of_app
An e-commerce website using the Ruby-on-Rails Framework part of the CareerFoundry Web Developer course.
https://github.com/jasonmdev/name_of_app
ecommerce-website rails ruby
Last synced: about 1 month ago
JSON representation
An e-commerce website using the Ruby-on-Rails Framework part of the CareerFoundry Web Developer course.
- Host: GitHub
- URL: https://github.com/jasonmdev/name_of_app
- Owner: JasonMDev
- License: other
- Created: 2016-01-11T19:58:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T21:34:35.000Z (over 9 years ago)
- Last Synced: 2025-03-13T10:19:32.999Z (over 1 year ago)
- Topics: ecommerce-website, rails, ruby
- Language: Ruby
- Homepage: https://bikebasingstokerailsdemo.herokuapp.com
- Size: 3.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BikeBasingstoke
A demo e-commerce website using the Rails Framework.
See [*link*](https://bikebasingstokerailsdemo.herokuapp.com).

## Introduction
An e-commerce website using the Ruby-on-Rails Framework. This is the main web development project [*CareerFoundry Web Developer Course*](https://careerfoundry.com/en/courses/become-a-web-developer/). It is a Ruby on Rails app.
For more information, see the [*CareerFoundry*](https://careerfoundry.com).
## License
See [LICENSE](LICENSE) for details.
## Example Users
* See example users [USERS](USER.md) to navigate around the site.
* Alternatively sign-up with your own credentials.
* There is an example of a ADMIN user and a NORMAL user. See the difference.
## Site Features
### Complex Banner Area for the navbar
* A site Logo
* A navbar with menu items including dropdown
* A utility navigation
* Login form
* An option to register
* A product search form
### Landing page
### Multiple products page
### Individual products page
### Orders page
### Sign-up/Log-in page
### User profile page
### Footer
## Web Development Feautures
### M-V-C Framwork
### Models
* User Model
* Product Model
* Comment Model
### Behavior Driven Development