Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 706 Bytes

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