Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xukun Liu's backend technical challenge #302

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. first version,implement articles to pass all the test

    Logan Leon authored and Logan Leon committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fc149ef View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. add view to project, so that we could access the backend through http…

    …://localhost/articles
    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8dd555e View commit details
    Browse the repository at this point in the history
  2. add search function to the frontend page

    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a656d6c View commit details
    Browse the repository at this point in the history
  3. add file-based cache to development environment, in order to handle m…

    …ore read request
    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a092adc View commit details
    Browse the repository at this point in the history
  4. 1. fix bug of cache 2. add a multi thread and add rate-limit-control …

    …for creat article api, in case it is maliciously used
    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    940fa5d View commit details
    Browse the repository at this point in the history
  5. add some more tests

    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e64563e View commit details
    Browse the repository at this point in the history
  6. add readme

    Logan Leon authored and Logan Leon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    abc0468 View commit details
    Browse the repository at this point in the history