Skip to content

aloraalee/little-shop-be-final-starter

 
 

Repository files navigation

Little Shop | Final Project | Backend Starter Repo

The FE repo for Little Shop lives here.

Setup

bundle install
rails db:{drop,create,migrate,seed}
rails db:schema:dump

This repo uses a pgdump file to seed the database. Your db:seed command will produce lots of output, and that's normal. If all your tests fail after running db:seed, you probably forgot to run rails db:schema:dump.

Run your server with rails s and you should be able to access endpoints via localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.9%
  • Dockerfile 1.7%
  • Other 0.4%