Giter Site home page Giter Site logo

book-app's Introduction

Hi 👋 My name is Ngoc Nguyen

Freelance Full-stack Developer

Passionate about creating web applications people love to use every day by writing clean, performant, and maintainable code. Skilled in solving problems with ReactJS, NextJS, TypeScript, CSS, and NestJS. I endeavor to bring value to the business I work for and always be there when they need help.

Skills

Typescript Javascript Java HTML5 React NextJs Bootstrap Material UI Sass TailwindCSS CSS3 NodeJS NestJS MySQL PostgreSQL Figma

Socials

Badges

My GitHub Stats

ngoc199's GitHub stats

book-app's People

Contributors

minhhieu719 avatar ngoc199 avatar

Watchers

 avatar

Forkers

minhhieu719

book-app's Issues

Truy xuất danh mục

Truy xuất, tìm kiếm danh mục theo tên, tìm kiếm sách theo danh mục.
[ ] /categories - GET - Lấy toàn bộ thông tin danh mục
[ ] /categories/{categoryId} - GET - Lấy sách trong danh mục

Quản lý đánh giá sách

Truy xuất, thêm, sửa, xóa đánh giá sách
[ ] /books/{bookId}/reviews - GET - Lấy đánh giá của sách
[ ] /books/{bookId}/reviews - POST - Thêm đánh giá của người dùng - payload = {userToken, rate, content}
[ ] /books/{bookId}/reviews/{reviewId} - PUT - Sửa đánh giá của người dùng - payload = {userToken, rate, content}
[ ] /books/{bookId}/reviews/{reviewId} - DELETE - Xóa đánh giá của người dùng

Quản lý danh sách sách yêu thích

Thêm, xóa sách ra khỏi danh sách yêu thích của người dùng.
[ ] /users/favorites?user_token - POST - Cập nhật sách vào danh sách yêu thích của người dùng, thêm vào nếu chưa có, xóa nếu có rồi - payload = {bookId}
[ ] /favorites?user_token - GET - Lấy danh sách sách yêu thích của người dùng.

Cấp quyền truy cập người dùng

Cấp quyền truy cập người dùng bằng phương thức Oauth của Facebook, Google.
[ ] /users/add - POST - Thêm người dùng
[ ] /users/{oauthAccessToken} - GET - Lấy thông tin người dùng

Quản lý biểu tượng cảm xúc của người dùng

Thêm, sửa, xóa biểu tượng cảm xúc của người dùng.
Những công việc này không được thể hiện ở trên đường dẫn hay request method của API mà được thể hiện ở phần xử lý logic của hệ thống.
[ ] books/{bookId}/reactions - POST

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.