It's backend part of this project
- Download:
git clone https://github.com/Timo4ey/django_backend_for_memes_vk.git
-
Create
.env
file in the root of the project -
Build an image
make build
- Run a container
make run-server
- Make migrations
make makemigrations && make migrate
Before start to use it check DB schema:
To-do list:
- 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}'
-