Skip to content

sudhanshuchopra/messaging_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages