- cd into the repository root folder.
- Run virtualenv
- Type 'sudo pip3 install -r requirements.txt'
- Type 'python3 manage.py runserver'
- Login - /api/login/
- Logout - /api/logout/
- Password Change - /api/password/change/
- User details - /api/user/
- Register new user - /api/registration/
For api key and value pairs, refer this - http://django-rest-auth.readthedocs.io/en/latest/
- api/regular_user/
This end-point contains get, post and put methods for respectively accessing, creating and updating.
- api/events/ for viewing the list of events with details
- api/regular_user_payment_amount/ for updating the total subscibed amount of the user(default = 0)
- api/regular_user_payment_id/ for the user to input his/her payment id
- api/regular_user_event/ to add a particular event under the user's subscription
For social authentication, the login access token has to be provided(PUSH) to the following end-point:
/auth/convert-token/