Repository files navigation
A reddit for android class
config the setting.py Upost/setting.py
Edit SECRET_KEY
Config the email sender account
pip install requirements
pip install -r requirements.txt
Create Super User
python3 manage.py createsuperuser --username admin --email admin@example.com
Do the migrate python manage.py migrate
run! python3 manage.py runserver 8000
/api/user/login POST
username
password
return token
/api/user/register POST
email
username
return token on via Email
/api/user/create POST
/api/user/info GET
/api/post/b/ GET
/api/post/b/<board_id/> GET
/api/post/p/ GET
/api/post/p/<post_id>/ GET
/api/b/<board_id>/create POST
p/<post_id>/del GET
p/<post_id>/edit POST
Comment
p/<post_id>/create POST
p/<comment_id>/del GET
p/<comment_id>/edit POST
p/<post_id>/like GET
p/<post_id>/unlike GET
c/<comment_id>/like GET
c/<comment_id>/unlike GET
Django
Django Restful framwork
About
Android class reddit like apps backend. Django.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.