dotwaffle / pinder

Swipe Right On A New Peering Relationship

Home Page:https://peer.sexy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • admin@nowhere.ca/guest
  • user0@nowhere.ca/guest
  • user1@nowhere.ca/guest

About

Swipe Right On A New Peering Relationship

https://peer.sexy/

License:Apache License 2.0


Languages

Language:Python 71.0%Language:HTML 15.3%Language:JavaScript 7.7%Language:CSS 4.9%Language:Ruby 0.8%Language:Shell 0.3%