- Python 3.12+
- Django 5.2+
- Django rest framework 3.16+
- Pillow 12+
- Clone the repository
git clone https://github.com/Dimah-code/devcord.git
cd devcord/- Create a virtual environment
python -m venv venv- Enable it
source venv/bin/activate # Windows .\venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- Run the migrations
python manage.py migrate- Create a superuser(Optional)
python manage.py createsuperuser7.Run the server
python manage.py runserverContributions are welcome! See also the [Contributors guide]
This project is licensed under the [MIT license]
