https://github.com/cedrickchee/nestjs-course-management

A school management app where we can create lessons, create students, and link between them.

https://github.com/cedrickchee/nestjs-course-management

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

code-first-approach educational-project graphql mongodb nestjs-backend typeorm
Last synced: 5 months ago · JSON representation

Repository

A school management app where we can create lessons, create students, and link between them.

Basic Info
  • Host: GitHub
  • Owner: cedrickchee
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 533 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
code-first-approach educational-project graphql mongodb nestjs-backend typeorm
Created over 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

<!--Backers on Open Collective Sponsors on Open Collective-->

Description

Nest framework TypeScript starter repository.

Installation

bash $ npm install

Running the app

```bash

development

$ npm run start

watch mode

$ npm run start:dev

production mode

$ npm run start:prod ```

Running the MongoDB database

First, install Docker Compose.

bash $ cd docker $ docker-compose up

We're using Docker volume for persisting MongoDB data. When the container runs, Docker will create a data directory where we store our MongoDB data.

Test

```bash

unit tests

$ npm run test

e2e tests

$ npm run test:e2e

test coverage

$ npm run test:cov ```

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Owner

  • Name: Cedric Chee
  • Login: cedrickchee
  • Kind: user
  • Location: PID 1
  • Company: InvictusByte

Lead Software Engineer | LLMs | full stack Go/JS dev, backend | product dev @ startups | 🧑‍🎓 CompSci | alumni: fast.ai, Antler.co

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)