Skip to content

There is a Django Rest Framework for storing memes from vk.

Notifications You must be signed in to change notification settings

Timo4ey/django_backend_for_memes_vk

Repository files navigation

tests Test Coverage

Backend for memes bot from vk.com

It's backend part of this project

Using

  1. Download:
git clone https://github.com/Timo4ey/django_backend_for_memes_vk.git
  1. Create .env file in the root of the project

  2. Build an image

make build
  1. Run a container
make run-server
  1. Make migrations make makemigrations && make migrate

Before start to use it check DB schema:

To-do list:

  1. First of all add a group or bunch of groups
    • Several approaches to do it

      • use bot from this repo
      • use django admin
      • send post request
          curl -X POST http://172.17.0.1:8000/api/v1/groups/ 
          -H 'Content-Type: application/json'
          -d '{"group_name":"group_name","group_vk_id": 12345789}'

About

There is a Django Rest Framework for storing memes from vk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published