Giter VIP home page Giter VIP logo

kathena's Introduction

Kathena Online Learning Management Platform

Kathena online learning manegement platform v1.0.1

NestJS, ReactJS, Typescript, GraphQL, MongoDB, Node Mailer,...

PRs Welcome code style: prettier TypeScript Discord

Getting started

Prerequisites

Installation

  • Clone or fork this repository.

  • Rename packages/server/.env.example to packages/server/.env

  • Fill in your environment information same to .env.example

    • PORT: Your config port server (default: 4000).
    • MONGODB_URI: Database connection string URI format.
    • INIT_ADMIN_PWD: Default password for initial admin user(Run with devtool).
    • ENABLE_DEVTOOL_MODULE: Boolean ( true/ false) - Enable devtool.
    • FILE_STORAGE_UPLOADS_DIR: Path to directory to storage the uploaded files. Relatives to this directory.
    • FILE_STORAGE_PROVIDER: LocalStorage or AwsS3.
    • PORT_WEB: Your config port web (default: 3000).
    • MAIL_HOST: Your server mail.
    • MAIL_USER: Your mail user.
    • MAIL_PASSWORD: Your mail password.
    • MAIL_FROM: Your mail user.
    • MAIL_DOMAIN: Your web domain.
  • Run yarn install to install npm dependencies.

Running locally

Run yarn start:server to run backend and run yarn start:web to run frontend.

Communication Channels

The easiest way to communicate with the team is via GitHub issues. Please file new issues, feature requests and suggestions, but DO search for similar open/closed pre-existing issues before creating a new issue. Join Discord Server: https://discord.gg/nQvAdcGXUA

License

Distributed under the MIT license. See LICENSE for details.

kathena's People

Contributors

buihuyhoang1107 avatar canhuyh avatar danghieuliem avatar duongdev avatar nguyenvanhai-0911 avatar nhatminh0509 avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

canhuyh

kathena's Issues

Migrate fastify to express

Since it seems we won't use vercel anymore, as well as nestjs with fastify throws some deprecated warnings, we should use the default express instead

Initial web app setup

Acceptance criteria

  • Create react app with Typescript
  • Material UI
  • Apollo Client
  • GraphQL TS codegen
  • Storybook
  • Sentry
  • Unit-test
  • CI

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @testing-library/react to v12.1.5
  • Update dependency @types/express to v4.17.18
  • Update dependency @types/graphql-upload to v8.0.12
  • Update dependency @types/gravatar to v1.8.4
  • Update dependency @types/jsonwebtoken to v8.5.9
  • Update dependency @types/lodash to v4.14.199
  • Update dependency @types/node to v14.18.63
  • Update dependency @types/react-router-dom to v5.3.3
  • Update dependency @types/shortid to v0.0.30
  • Update dependency @types/supertest to v2.0.14
  • Update dependency @types/yup to v0.29.14
  • Update dependency handlebars to v4.7.8
  • Update dependency phosphor-react to v1.4.1
  • Update dependency react-router-dom to v5.3.4
  • Update dependency ts-jest to v27.1.5
  • Update dependency web-vitals to v2.1.4
  • Update react monorepo (@types/react, @types/react-dom, eslint-plugin-react-hooks)
  • Update dependency @nestjs/cli to v8.2.8
  • Update dependency autosuggest-highlight to v3.3.4
  • Update dependency bcrypt to v5.1.1
  • Update dependency body-parser to v1.20.2
  • Update dependency chart.js to v3.9.1
  • Update dependency clsx to v1.2.1
  • Update dependency date-fns to v2.30.0
  • Update dependency eslint-config-prettier to v8.10.0
  • Update dependency eslint-plugin-import to v2.28.1
  • Update dependency eslint-plugin-jest to v25.7.0
  • Update dependency eslint-plugin-jsx-a11y to v6.7.1
  • Update dependency eslint-plugin-prettier to v4.2.1
  • Update dependency fastify-static to v4.6.1
  • Update dependency formik to v2.4.5
  • Update dependency graphql-tools to v8.3.20
  • Update dependency lint-staged to v12.5.0
  • Update dependency nodemailer to v6.9.5
  • Update dependency prettier to v2.8.8
  • Update dependency query-string to v7.1.3
  • Update dependency react-dropzone to v11.7.1
  • Update dependency react-helmet-async to v1.3.0
  • Update dependency react-image to v4.1.0
  • Update dependency react-use to v17.4.0
  • Update dependency rxjs to v7.8.1
  • Update dependency supertest to v6.3.3
  • Update dependency ts-loader to v9.4.4
  • Update dependency ts-node to v10.9.1
  • Update dependency tsconfig-paths to v3.14.2
  • Update emotion monorepo (@emotion/react, @emotion/styled)
  • Update graphqlcodegenerator monorepo (@graphql-codegen/add, @graphql-codegen/cli, @graphql-codegen/typescript, @graphql-codegen/typescript-operations, @graphql-codegen/typescript-react-apollo)
  • Update jest monorepo (@types/jest, jest)
  • Update nest monorepo (@nestjs/common, @nestjs/platform-express, @nestjs/platform-fastify, @nestjs/schematics, @nestjs/testing)
  • Update typescript-eslint monorepo to v5.62.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • Update Node.js to v18 (node, @types/node)
  • Update actions/cache action to v3
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v3
  • Update dependency @nestjs/cli to v10
  • Update dependency @nestjs/graphql to v12
  • Update dependency @nestjs/serve-static to v4
  • Update dependency @testing-library/jest-dom to v6
  • Update dependency @testing-library/react to v14
  • Update dependency @testing-library/user-event to v14
  • Update dependency @typegoose/typegoose to v11
  • Update dependency @types/apollo-upload-client to v17
  • Update dependency @types/jsonwebtoken to v9
  • Update dependency chart.js to v4
  • Update dependency clsx to v2
  • Update dependency dotenv to v16
  • Update dependency eslint-config-airbnb-typescript to v17
  • Update dependency eslint-config-prettier to v9
  • Update dependency eslint-plugin-jest to v27
  • Update dependency eslint-plugin-prettier to v5
  • Update dependency graphql-tools to v9
  • Update dependency graphql-upload to v16 (graphql-upload, @types/graphql-upload)
  • Update dependency husky to v8
  • Update dependency lint-staged to v14
  • Update dependency notistack to v3
  • Update dependency prettier to v3
  • Update dependency query-string to v8
  • Update dependency react-chartjs-2 to v5
  • Update dependency react-dropzone to v14
  • Update dependency react-number-format to v5
  • Update dependency react-quill to v2
  • Update dependency rimraf to v5
  • Update dependency tsconfig-paths to v4
  • Update dependency web-vitals to v3
  • Update dependency yup to v1
  • Update graphqlcodegenerator monorepo (major) (@graphql-codegen/add, @graphql-codegen/cli, @graphql-codegen/typescript, @graphql-codegen/typescript-operations, @graphql-codegen/typescript-react-apollo)
  • Update jest monorepo to v29 (major) (@types/jest, jest, ts-jest)
  • Update nest monorepo to v10 (major) (@nestjs/common, @nestjs/platform-express, @nestjs/platform-fastify, @nestjs/schematics, @nestjs/testing)
  • Update react monorepo to v18 (major) (@types/react, @types/react-dom, react, react-dom)
  • Update storybook monorepo to v7 (major) (@storybook/addon-actions, @storybook/addon-essentials, @storybook/addon-links, @storybook/addon-storyshots, @storybook/node-logger, @storybook/preset-create-react-app, @storybook/react)
  • Update typescript-eslint monorepo to v6 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v2
  • actions/setup-node v2
  • actions/cache v2
.github/workflows/release-drafter.yml
  • release-drafter/release-drafter v5
.github/workflows/release.yml
npm
package.json
  • @nestjs/common 8.2.4
  • husky 7.0.4
  • lint-staged 12.1.5
  • prettier 2.5.1
  • node 12.x.x
  • prettier 2.5.1
packages/server/package.json
  • @nestjs-modules/mailer 1.6.0
  • @nestjs/common 8.2.4
  • @nestjs/core 8.2.4
  • @nestjs/graphql 7.11.0
  • @nestjs/platform-express 8.2.4
  • @nestjs/platform-fastify 8.2.4
  • @nestjs/serve-static 2.2.2
  • @nestjs/testing 8.2.4
  • @typegoose/typegoose 8.3.0
  • @types/graphql-upload 8.0.8
  • apollo-server-express 2.25.3
  • apollo-server-fastify 2.25.3
  • bcrypt 5.0.1
  • body-parser 1.19.1
  • class-transformer 0.5.1
  • class-validator 0.13.2
  • cross-env 7.0.3
  • date-fns 2.28.0
  • dotenv 10.0.0
  • fastify-static 4.5.0
  • file-type 16.5.3
  • graphql 15.8.0
  • graphql-subscriptions 2.0.0
  • graphql-tools 8.2.0
  • graphql-upload 13.0.0
  • handlebars 4.7.7
  • jsonwebtoken 8.5.1
  • lodash 4.17.21
  • mongodb-memory-server 6.9.6
  • mongoose 5.13.14
  • nestjs-typegoose 7.1.38
  • nodemailer 6.7.2
  • reflect-metadata 0.1.13
  • rimraf 3.0.2
  • rxjs 7.5.1
  • shortid 2.2.16
  • source-map-support 0.5.21
  • type-graphql 1.1.1
  • @nestjs/cli 8.1.6
  • @nestjs/schematics 8.0.5
  • @types/bcrypt 5.0.0
  • @types/date-fns 2.6.0
  • @types/dotenv 8.2.0
  • @types/express 4.17.13
  • @types/file-type 10.9.1
  • @types/jest 27.4.0
  • @types/jsonwebtoken 8.5.6
  • @types/lodash 4.14.178
  • @types/mongodb-memory-server 2.3.0
  • @types/node 14.18.4
  • @types/shortid 0.0.29
  • @types/supertest 2.0.11
  • @typescript-eslint/eslint-plugin 5.8.1
  • @typescript-eslint/parser 5.8.1
  • eslint 7.32.0
  • eslint-config-airbnb 18.2.1
  • eslint-config-airbnb-typescript 15.0.0
  • eslint-config-prettier 8.3.0
  • eslint-plugin-import 2.25.4
  • eslint-plugin-jest 25.3.4
  • eslint-plugin-prettier 4.0.0
  • jest 27.4.5
  • start-server-webpack-plugin 2.2.5
  • supertest 6.1.6
  • ts-jest 27.1.2
  • ts-loader 9.2.6
  • ts-node 10.4.0
  • tsconfig-paths 3.12.0
  • webpack-node-externals 3.0.0
packages/web/package.json
  • @apollo/client 3.5.6
  • @emotion/react 11.7.1
  • @emotion/styled 11.6.0
  • @storybook/addon-actions 6.3.12
  • @storybook/addon-essentials 6.3.12
  • @storybook/addon-links 6.3.12
  • @storybook/addon-storyshots 6.3.12
  • @storybook/node-logger 6.3.12
  • @storybook/preset-create-react-app 4.0.0
  • @storybook/react 6.3.12
  • apollo-upload-client 17.0.0
  • autosuggest-highlight 3.2.0
  • chart.js 3.7.0
  • clsx 1.1.1
  • date-fns 2.28.0
  • formik 2.2.9
  • graphql 15.8.0
  • gravatar 1.8.2
  • lodash 4.17.21
  • notistack 1.0.10
  • phosphor-react 1.4.0
  • query-string 7.0.1
  • react 17.0.2
  • react-chartjs-2 3.0.3
  • react-dom 17.0.2
  • react-dropzone 11.3.2
  • react-helmet-async 1.2.2
  • react-image 4.0.3
  • react-number-format 4.9.0
  • react-quill 1.3.5
  • react-router-dom 5.3.0
  • react-use 17.3.2
  • unstated-next 1.1.0
  • web-vitals 2.1.2
  • yup 0.32.11
  • @graphql-codegen/add 3.1.1
  • @graphql-codegen/cli 2.3.1
  • @graphql-codegen/typescript 2.4.2
  • @graphql-codegen/typescript-operations 2.2.2
  • @graphql-codegen/typescript-react-apollo 3.2.3
  • @testing-library/jest-dom 5.16.1
  • @testing-library/react 12.1.2
  • @testing-library/user-event 13.5.0
  • @types/apollo-upload-client 14.1.0
  • @types/autosuggest-highlight 3.2.0
  • @types/graphql 14.5.0
  • @types/gravatar 1.8.3
  • @types/jest 27.4.0
  • @types/lodash 4.14.178
  • @types/node 14.18.4
  • @types/react 17.0.22
  • @types/react-dom 17.0.11
  • @types/react-helmet-async 1.0.3
  • @types/react-router-dom 5.3.2
  • @types/yup 0.29.13
  • @typescript-eslint/eslint-plugin 5.8.1
  • eslint 7.32.0
  • eslint-config-airbnb-typescript 15.0.0
  • eslint-config-prettier 8.3.0
  • eslint-plugin-import 2.25.4
  • eslint-plugin-jest 25.3.4
  • eslint-plugin-jsx-a11y 6.5.1
  • eslint-plugin-prettier 4.0.0
  • eslint-plugin-react 7.25.1
  • eslint-plugin-react-hooks 4.3.0
  • react-scripts 4.0.3

  • Check this box to trigger a request for Renovate to run again on this repository

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.