- 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
- 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]+/