Navigation Menu

Skip to content

jimvm/ddy_small

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment

This application is a very small registration setup.
These are the steps:

  1. Create account
  2. Add name and date of birth
  3. Add address
  4. Confirm details

A user can also sign in to see their account
A user can also logout

Setup the environment

Windows

Install Ruby via https://rubyinstaller.org/downloads/. Choose "Ruby+Devkit 2.4.4-2".

Mac

Check to see if you have Ruby installed: ruby -v. If you don't have Ruby installed but you do have Homebrew available, run brew install ruby.

Linux

Check to see if you have Ruby installed: ruby -v. If not, run sudo apt-get install ruby-full.

Get the app running

  1. Install Bundler: gem install bundler.
  2. Clone the ddy_small repository, cd into the repo and run bundle install.
  3. Start the server via bundle exec rails s.

Write cucumber tests

  • Setup cucumber and write some scenarios to test the registration and sign in.
  • There may be some bugs present in the code, so you may create scenarios that are red, but should be green after bug fixing.
  • You are not required to fix the bugs.

About

Dummy implementation for assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.4%
  • HTML 24.1%
  • CSS 4.7%
  • JavaScript 2.2%
  • CoffeeScript 1.6%