Django Video Caller App is a web application that allows users to make video calls with other users.
This project is built with :
cd Django-VIdeocall-App
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuserr
python manage.py runserver
3 . User profiles: Users have their own profile pages where they can see their own information and interact with other users.
4. User profiles: Users have their own profile pages where they can see their own photos and interact with other users.
python manage.py runserver
If you'd like to contribute to Django Video Caller App, feel free to fork this repository and submit a pull request. For more information on contributing to the project, please check out Django's Git repository on GitHub.
-
Option 1
- π΄ Fork this repo!
-
Option 2
- π― Clone this repo to your local machine.
- Build your code π¨π¨π¨
- π Create a new pull request.