Skip to content

Message system is a email like app created using Django to send message

License

Notifications You must be signed in to change notification settings

alaminio/message-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message System

Message system is a email like app to send message

Problem

Design and Implement a "Group chat system" where the message can be replied only by the person to whom the message sent. The person who are in "cc" only can view the message but can't reply.

Framework

Django v2.0.7

Database

sqlite v3

db.sqlite3 is included with is repo.

Getting started

  • Create virtual environment (Optional)
  • pip install django
  • python manage.py runserver

How to use

  • Home page will display all the messages
  • Click on the "View message" to read and reply (reply option is rectricted)
  • Use navigation bar to navigate

Credentials

  • Users: alex, jacob, alamin
  • Password: admin123

About

Message system is a email like app created using Django to send message

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published