vic6 / snippy

Pastebin+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for use in local server

Tested using Rails 5.1.1 To get started with the app, clone the repo and then install the needed gems:

$ bundle install

Next, create, migrate and seed the database:

$ rails db:setup

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Open a browser and go to localhost:3000

Admin user: email: vic@admin.com, password: password

About

Pastebin+


Languages

Language:Ruby 70.3%Language:HTML 20.6%Language:CSS 5.3%Language:JavaScript 2.2%Language:CoffeeScript 1.6%