Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 582 Bytes

Pinder

Swipe right on a new peering relationship

Installation

  1. Check out the code

  2. cd into <root>/pinder/

  3. Run ./manage.py migrate

  4. Load the sample data with:

     ./manage.py loaddata users/fixtures/initial_data.json
     ./manage.py loaddata peering_requests/fixtures/initial_data.json
    
  5. Run the development server with ./manage.py runserver

  6. Open your browser and visit http://localhost:8000/api/

The password for the user accounts created above is guest: