Skip to content
/ chat Public

🟣 Simple chat between two admins on Django and Javascript)

Notifications You must be signed in to change notification settings

axrorovms/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT

HI) I'm so happy seeing you)

Before using this chat you must read the instructions)

Interpreter setup

If you use VENV run this code on terminal:

pip install -r requirements.txt

If you use POETRY run this code on terminal:

poetry add --dev --lock requirements.txt

Docker setup

To use this chat you must have docker

If you have a docker run this code on your terminal:

docker run -p 6379:6379 -d redis:5

If you don't have, install docker from this site: https://docs.docker.com/engine/install/

Commands with make

Before running project you must run this codes on your terminal

First, do migrations:

make mig

Second, create superuser:

make create_ad

Finish

Change your settings of course and THAT'S ALL))

You can use this chat)

About

🟣 Simple chat between two admins on Django and Javascript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors