- Install requirements with this command
pip install -r requirements.txt- Make migrations
python manage.py makemigrations
python manage.py migrate- Use this command to add data to database
python manage.py my_custom_command- Set your MonoBank Token to project settings
MONOBANK_TOKEN="TOKEN"
- Use this command to start demo server
python manage.py runserver- Use this command to start demo server
python manage.py runserver- Go to this page "/api/swagger/" to see API documentation
- Run test
pytest