Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 574 Bytes

README

Snacks Market API

Setup

  1. Create and change to a new gemset and install bundle and bundler
  2. Run bundle install
  3. Create and migrate db rails db:create && rails db:migrate
  4. Seed db rails db:seed
  5. Start the server with rails s

The following admin credential can be used to test admin-only features: email: [email protected], password: 123456.

Additional admin users and regular users are generated by the db:seed.

The API has been documented here.

Get the frontend here.