/blog-reactjs

Primary LanguageJavaScriptMIT LicenseMIT

Blog ReactJS

Bibliotecas

Front

  1. Parcel - Bundler
  2. ReactJS
  3. Redux / useContext - Controle de Estado
  4. Axios / Fetch - Chamadas API
  5. Chackra - Components

Estrutura

  1. Post
{
  title: "string",
  content: "string",
  userId: "int",
  created_at: "date"
}
  1. User
{
  id: "",
  name: "string"
}

Back

  1. JSON-server - API/DB
  2. ExpressJS <- Sequelize <- PostgreSQL