Git Product home page Git Product logo

feednext's People

Contributors

dependabot[bot] avatar onur-ozkan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

feednext's Issues

Create documentation

Create a documentation including following informations

  • Running project on local
  • API endpoints
  • Project Structure
  • Todo list
  • Contributing to project

[client] Transform frontend framework to NextJS from Umi

Frontend framework will be transform to NextJS.

The problems that caused to this refactorization:

  • There is a huge documentation problems with Umi. Almost all official documentations are Chinese.
  • %90 of the issues are Chinese and English ones does not get response in time. And responses are does not fix the issues really.
  • Not enough contributors. Available ones are not experienced as expected.

Categories on prod

Categories that will be on the production

  • Electronic
  • Games & Game Consoles
  • Appliances
  • Baby
  • Vehicles
  • Books
  • Musics & Songs
  • Pet Supplies
  • Musical Instruments
  • Fashion
  • Sports & Outdoors
  • Industrial & Scientific
  • Automotive
  • Collectibles & Fine Art
  • Home, Life & Furniture
  • Patio, Lawn & Garden
  • Arts, Crafts & Sewing
  • Beverage & Food
  • Health & Household
  • Beauty & Cosmetics

Cannot run the client

I got this error when running npm run start:dev. I already install via npm ci.
image

I use node v12.22.12

Auto-role upgrade system

Create an algorithm that automatically upgrades(up to Mid Level Author) the user role based on the user's statistics.

job queue mechanism

In case of overload, put the jobs that overloads the server's power into queue mechanism via RabbitMQ.

Nginx Error Logs

Push error logs into some accessable channel services such as slack or discord

[client] Splash Sign-in Modal

Create a component that pops on middle of the screen when user triggers click event on some buttons like voting, rating, etc..

Skim code review points

Hey there,

I just skimmed through most of the code because I wanted to see if there was any inspiration for a project of mine.

I found the following points which might be interesting to you. Keep in mind that it was a very rough skim, so it's very possible i might have missed things.

  • You are using JWTs for sessions (which I would not recommend) and using a Redis-backed blacklist for invalidated tokens. The Redis instance is (at least as far as I can tell) not started with correct persistence enabled. This means if Redis crashes all keys that got invalidated in the last 60 seconds are now valid again.
  • Your types for Redis are set(key: string, value: any) when Redis can only handle value: string correctly
  • Your rate limiting is setup to use in-memory storage, but you are running your processes clustered, so they don't share the same rate limit values. You should move that limit information into Redis, for example.
  • You are hashing the password with sha256 which is vulnerable to a rainbow table attack. Please read this article on how to implement password storage safely.
  • Your password length is limited to a max of 20 characters, when you should not limit it at all (or to something like 4k).
  • You are saving password reset tokens as plaintext in the DB when they should be hashed

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.