Go to file
vincent 545bb6d783
Some checks reported errors
continuous-integration/drone/push Build was killed
CI: switch to vault secret
2022-12-04 09:56:14 +01:00
.vscode stting 2019-04-24 14:36:38 +02:00
backend add parsechaine to start 2022-05-15 20:53:30 +02:00
client del yarn.lock 2019-05-16 08:08:48 +02:00
.drone.yml CI: switch to vault secret 2022-12-04 09:56:14 +01:00
.gitignore remove dist 2019-10-24 22:15:15 +02:00
deploy_client.sh revert yarn migration 2019-05-16 08:04:38 +02:00
Dockerfile dwitch gunicorn worker to 2 2022-05-19 19:55:50 +02:00
Makefile add docker file 2022-05-10 10:11:02 +02:00
readme.md implement login 2019-05-08 18:06:44 +02:00

#chaine_tv_web

  • test request authent:curl -X POST -H 'Content-Type: application/json' -i 'http://127.0.0.1:5000/api/v1/login/' --data '{"email":"vincent","password":"test"}'