This was a little app I wrote to help me manage my client notes while I was working at my different salon locations during my life as a hairstylist.
-
To run the app:
- Clone the repo
- Type $ bundle
- Type $ rake db:migrate
- Type $ rake db:test:prepare
- Type $ rails s (or rails server)
- Open a browser and navigate to localhost:3000
- When asked to authorize, type in username: user, password: Clients
-
To run the specs:
- Clone the repo
- $ bundle
- Type $ rake db:migrate
- Type $ rake db:test:prepare
- Type $ rspec