dmitryrck / redis-users

Sample app to run automated tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-users

This app is a simple app meant to be used to build automated test cases.

You can use it online currently in https://dry-ocean-41976.herokuapp.com.

Features

  • You can create Lists and Users
  • This app deletes Lists and Users 30 minutes after its creating
  • You have to create a List before creating Users
  • A User has only Name, Email, and Password
  • It is possible to create, update, and delete a User
  • After the registration of a User in the List, it is also possible to Login using email and password
  • Registration of a User in a list should not influence Users in other Lists

Take a look at the automated test file for this app in spec/lists_spec.rb.

Running

Setup:

$ docker-compose run --rm app bundle install

Run:

$ docker-compose up app

And go to localhost:3000.

About

Sample app to run automated tests

License:MIT License


Languages

Language:Ruby 62.2%Language:HTML 37.5%Language:Procfile 0.3%