百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

rsschool-app

> 编程语言
开源

RS 学校教育过程的应用

10.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

RS 学校教育过程的应用

RS School App

app.rs.school is an application for the RS School educational process. It helps thousands of students become front-end, back-end, mobile, and data science engineers.

Monitoring

https://status.rs.school/

Technology Overview

Stack

  • Language: TypeScript
  • Front-end: Next.js / React
  • Back-end: NestJS and Koa.js (deprecated backend) / Node.js
  • End-to-end: Playwright
  • Database: PostgreSQL
  • Deployment: Podman

Infrastructure

  • Cloud: AWS EC2, AWS RDS, AWS S3, AWS CloudWatch
  • Monitoring: Sentry, Checkly
  • CI/CD: GitHub Actions

Getting Started

Repository is organized into 3 workspaces: server, nestjs, client. Each workspace has its own package.json and npm scripts. We use Turbo to run scripts across workspaces.

Prerequisites

Please install the following software before starting development:

  • Git 2.10+
  • Node.js LTS
  • Podman
  • podman-compose

Steps

  • Clone repository
  • Run npm install (installs dependencies in the root folder and client / server folders.)
  • Run npm run db:up (starts local database)
  • Run npm run db:restore (restores a test DB snapshot)
  • Make copies of server/.env.example and nestjs/.env.example, then rename them to server/.env and nestjs/.env respectively
  • Run npm start (starts application by running Next.js and REST API server)
  • Open http://localhost:3000 in a browser
  • See more in CONTRIBUTING guide

Running docs locally

  • Install docsify globally: npm i -g docsify-cli
  • Run docsify serve -p 4000 docs

Contributing

See CONTRIBUTING guide

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Made with contrib.rocks

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

Mozilla Public License 2.0

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Language: TypeScript
  • •Front-end: Next.js / React
  • •Back-end: NestJS and Koa.js (deprecated backend) / Node.js
  • •End-to-end: Playwright
  • •Database: PostgreSQL
  • •Deployment: Podman
  • •Cloud: AWS EC2, AWS RDS, AWS S3, AWS CloudWatch
  • •Monitoring: Sentry, Checkly
  • •CI/CD: GitHub Actions
  • •Git 2.10+

> 标签

TypeScripthacktoberfest

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言