Skip to content

Dimah-code/devcord

Repository files navigation

Developers Discord

This is a website built with Django that gives you the ability to chat with other developers

🔗 Usage

demo-usage.gif

💿 Technologies

  • Python 3.12+
  • Django 5.2+
  • Django rest framework 3.16+
  • Pillow 12+

🛠 Installation

  1. Clone the repository
git clone https://github.com/Dimah-code/devcord.git
cd devcord/
  1. Create a virtual environment
python -m venv venv
  1. Enable it
source venv/bin/activate # Windows .\venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the migrations
python manage.py migrate
  1. Create a superuser(Optional)
python manage.py createsuperuser

7.Run the server

python manage.py runserver

🤝 Contributing

Contributions are welcome! See also the [Contributors guide]

📝 License

This project is licensed under the [MIT license]

About

A website that allows chatting and communication between developers

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published