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.
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/
.
1)Python-Django
2)Postgresql
3)git
Run pip install [name of the depandancy library]
to install a new library.
Run python3 manage.py test [name of the file]
To get more help on the project reach out to me on Email:paulmunyao094@gmail.com