Giter VIP home page Giter VIP logo

nestjs-homework's Introduction

回家作業

請建立3個module,並完成課堂中所教的route,須包含controller、service,其中student-service要稍微換個位置,最終結構如下,請確定程式能夠正常執行

User

  • GET /user
  • GET /user/:id
  • POST /user
  • PUT /user/:id
  • DELTE /user/:id

News

  • GET /news
  • GET /news/:id
  • POST /news
  • PUT /news/:id
  • DELTE /news/:id

Student

  • GET /student
  • GET /student/:id
  • POST /student
  • PUT /student/:id
  • DELTE /student/:id

最終資料夾結構

📦src
 ┣ 📂news
 ┃ ┣ 📜news.controller.spec.ts
 ┃ ┣ 📜news.controller.ts
 ┃ ┣ 📜news.module.ts
 ┃ ┣ 📜news.service.spec.ts
 ┃ ┗ 📜news.service.ts
 ┣ 📂student
 ┃ ┣ 📂service
 ┃ ┃ ┣ 📜student.service.spec.ts
 ┃ ┃ ┗ 📜student.service.ts
 ┃ ┣ 📜student.controller.spec.ts
 ┃ ┣ 📜student.controller.ts
 ┃ ┗ 📜student.module.ts
 ┣ 📂user
 ┃ ┣ 📜user.controller.spec.ts
 ┃ ┣ 📜user.controller.ts
 ┃ ┣ 📜user.module.ts
 ┃ ┣ 📜user.service.spec.ts
 ┃ ┗ 📜user.service.ts
 ┣ 📜app.controller.spec.ts
 ┣ 📜app.controller.ts
 ┣ 📜app.module.ts
 ┣ 📜app.service.ts
 ┗ 📜main.ts

nestjs-homework's People

Contributors

zerox12311 avatar

Watchers

James Cloos avatar  avatar

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.