This app is meant to let users
- create lists: a list is a recipe for doing something in code (set up authentication in rails, make a nested form...)
- each list is initiated with a first original version from the user who create the list
- other users can also contribute to the list by submitting another version: it is another way to make the recipe
- Fork it
- Clone it on your local machine
- Get into the local folder in your terminal and run
bundle install
to install the necessary gems - Migrate the database
- Run the server by typing
shotgun
in your terminal, to connect to localhost: you can now use the app - Create an account, it is necessary to create a list
- Run the console by running
rake console