On Ubuntu:
$ pip install virtualenv
On the project directory,
$ virtualenv vir_env
$ source vir_env/bin/activate
$ pip install -r requirements.txt
$ ./manage.py makemigrations
$ ./manage.py makemigrations chat
$ ./manage.py migrate
$ ./manage.py createsuperuser
Give necessary inputs
$ ./manage.py runserver
Install angular CLI On the project/UI directory,
$ npm install primeng --save
$ npm install primeicons --save
$ ng serve