Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 830 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 830 Bytes

Webpacker-lnl

TODO: Project description

Table of Contents

Stack

Rails - ~> 5.1.4 Ruby - 2.4.2 PostgreSQL

Getting Started

Installation

If you haven't installed ruby, bundler, and postgresql, do that first. Then, do the following to set up this app:

git clone <REPO_URL>
cd <APP_DIR>
bundle install
cp config/secrets.example.yml config/secrets.yml
bundle exec rails db:setup

Usage

To run the app locally:

bundle exec rails s

Then navigate to http://localhost:3000

Seeded logins

For a list of credentials you can use to log into the app, check the seeds file. These logins are created via rails db:setup above.