Git Product home page Git Product logo

mangaka-py-read-comic's Introduction

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

mangaka-py-read-comic's People

Contributors

ren0503 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.