Skip to content

Simple website with a login system and a messaging feature where users can send messages to each other.

Notifications You must be signed in to change notification settings

kieranpatel03/MessagingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

To run the website locally, execute the following commands:

pip3 install -r requirements.txt
python3 manage.py runserver 
cd .. 
cd frontend 
npm install
npm run serve 

The site consists of a main page which, when logged in, will show all the conversations the user is currently having.

Screenshot 2023-02-11 at 16 13 09 Screenshot 2023-02-11 at 16 35 59

When a conversation is clicked, the messages are shown:

Screenshot 2023-02-11 at 16 36 58

A message can be typed and sent and it will show up in the conversation.

About

Simple website with a login system and a messaging feature where users can send messages to each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published