Skip to content

A web application that allows agents to reply to customers [Branch Interview Solution].

License

Notifications You must be signed in to change notification settings

paulmunyao/Web-app-messanging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messaging Web App

A messaging web application where customers can make inquiries about the product.The idea behind the web app is to improve customer service because the company is passionate about customers.

Development server

To install the project on your local machine. 1.Clone the project from github i.e git clone https://github.com/paulmunyao/Messaging-Web-App.git
2.Open the project in your IDE and activate the virtual environment source [name of the virtual environment]\bin\activate
3.Install the required depandancies pip install [name of the depandancy library]
The dependancies to be installed are; -Django - pip install django
-Channels - python -m pip install -U 'channels[daphne]After installing daphne add it to the installed_app in the project file.
4.Run python3 manage.py runserver for a dev server. Navigate to http://127.0.0.1:8000/.

Technology Used

1)Python-Django
2)Postgresql
3)git

Code scaffolding

Run pip install [name of the depandancy library] to install a new library.

Running unit tests

Run python3 manage.py test [name of the file]

Further help

To get more help on the project reach out to me on Email:paulmunyao094@gmail.com

About

A web application that allows agents to reply to customers [Branch Interview Solution].

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published