Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 632 Bytes

messaging_service

How to Run

  • clone the repository
  • Delete the initial env folder and setup your own virtualenv(Preferable not mandatory because the one in this project is for python3 virtualenv)
  • Start the virtualenv and write command pip3 install -r requirements.txt
  • run the project on localserver

Important URLS

  • For signup http://localhost:8000/accounts/register
  • for msg-list and msg-create http://localhost:8000/messages/msg
  • for msg-delete msg-detail and msg-update http://localhost:8000/messages/msg/?P[0-9]+/