Skip to content

emirrdvn/DjangoChatRooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Chat Rooms

This project is a web application developed using Django and delivered by AWS EC2 instance. The application is a chat room where users can create their own chat rooms and invite other users to join. The application is deployed on AWS EC2 instance and the database is stored on SQLite.

To reach the live project in here

This project is based on the Django tutorial at here

To run the project locally

  1. Clone the project

git clone [repo url]

cd DjangoChatRooms

  1. Create a virtual environment

python3 -m venv venv

  1. Activate the virtual environment
  • for MAC/Linux: source venv/bin/activate
  • for Windows: venv\Scripts\activate.bat
  1. Install the requirements

pip install -r requirements.txt

  1. Migrate the database

cd app

python manage.py makemigrations

python manage.py migrate

  1. Run the server

python manage.py runserver

  1. Open the browser and go to http://127.0.0.1:8000/ to see the project

About

My first project using django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •