Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 293 Bytes

Spree ADMIN UI and Backend API for Awesome website

Setup for Development:

Configuring Website Backend

  • Ensure database configurations are updated in config/database.yml file
  • bundle install
  • rake db:create
  • rake db:migrate
  • rake db:seed

Start sever by rails s