CRM-system for Yandex Practice Ambassadors.
- Clone repo
git clone git@github.com:Ivanmatv/backend_CRM.git
- Creates the virtual environment
python3 -m venv venv
- Activates the virtual environment
source venv/bin/activate
- Upgrade PIP and install the requirements packages into the virtual environment
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- To create the database use command
python3 manage.py migrate
- To create the superuser use command
python3 manage.py createsuperuser
- To run the application use command
python3 manage.py runserver
http://127.0.0.1:8000/api/swagger/
http://127.0.0.1:8000/api/redoc/
Python, Django REST framework, PostgreSQL, Docker, GitHub Actions
Anastasia Antipina
Evgeniy Golodnykh
Ivan Matveev
Sergey Chukin