Skip to content

Ren0503/mangaka-py-read-comic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Mangaka

mangaka

MangaKa là trang web đọc truyện trực tiếp miễn phí, được xây dựng bằng Django và React.

  • server: Chứa API cho trang web được tạo bằng Python, Django và SQLite (có thể chuyển thành MySQL)
  • client trang giao diện, được tạo với React, Redux Thunk và Bootstrap.

Tính năng

  1. Đăng nhập/đăng ký
  2. Cập nhật lại thông tin tài khoản
  3. Xem tất cả truyện
  4. Tìm kiếm truyện
  5. Đọc truyện trực tuyến
  6. Tìm kiếm theo tác giả, thể loại
  7. Đánh giá truyện
  8. Tìm kiếm nâng cao
  9. Yêu thích, lưu danh sách yêu thích

Server

Plugin README
django plugins/django/README.md
django-cors-headers plugins/django-cors-headers/README.md
django-storages plugins/django-storages/README.md
djangorestframework plugins/djangorestframework/README.md
djangorestframework-simplejwt plugins/djangorestframework-simplejwt/README.md
mysqlclient plugins/mysqlclient/README.md
Pillow plugins/Pillow/README.md
sqlparse plugins/sqlparse/README.md

Client

Plugin README
axios plugins/axios/README.md
react plugins/react/README.md
react-bootstrap plugins/react-bootstrap/README.md
react-redux plugins/react-redux/README.md
react-router-dom plugins/react-router/README.md
react-slick plugins/react-slick/README.md
redux plugins/redux/README.md
redux-thunk plugins/redux-thunk/README.md

Core Structure

code
  ├── package.json
  │
  ├── client
  │   ├── public
  │   ├── src
  │   │   ├── actions
  │   │   ├── assets
  │   │   ├── components
  │   │   ├── error
  │   │   ├── hooks
  │   │   ├── reducers
  │   │   ├── routes
  │   │   ├── screens
  │   │   ├── styles
  │   │   ├── types
  │   │   ├── App.tsx
  │   │   ├── store.ts
  │   │   └── index.ts
  │   │
  │   └── package.json
  │
  ├── server 
  │   ├── chapter
  │   ├── genres
  │   ├── manga
  │   ├── server
  │   ├── static
  │   ├── users
  │   ├── .gitignore
  │   ├── db.sqlite3
  │   ├── manage.py
  │   └── requirements.txt
  ├── .gitignore
  └── README.md

Screenshots

Home Detail Chapter
Genre Profile Search

About

Online reading comic built in Django and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published