Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdn302-17c/assignment-3
All source code about SDN302 that I learned at FPT University QN AI Campus.
https://github.com/sdn302-17c/assignment-3
api mongodb nestjs
Last synced: 18 days ago
JSON representation
All source code about SDN302 that I learned at FPT University QN AI Campus.
- Host: GitHub
- URL: https://github.com/sdn302-17c/assignment-3
- Owner: SDN302-17C
- License: mit
- Created: 2024-10-17T10:52:14.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-19T05:35:09.000Z (28 days ago)
- Last Synced: 2024-10-19T14:48:14.906Z (27 days ago)
- Topics: api, mongodb, nestjs
- Language: TypeScript
- Homepage: https://sdn302-assignment-3.onrender.com/api-docs
- Size: 221 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDN302 - Assignment 3
# API CRUD WITH SPECIFICATION
![GitHub contributors](https://img.shields.io/github/contributors/SDN302-17C/assignment-3)
![GitHub top language](https://img.shields.io/github/languages/top/SDN302-17C/assignment-3)
![GitHub repo size](https://img.shields.io/github/repo-size/SDN302-17C/assignment-3)
![GitHub License](https://img.shields.io/github/license/SDN302-17C/assignment-3)[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Document
- Docs: [Click here!!!](docs/Assignment%203.pdf)## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Project setup
```bash
$ yarn install
```## Compile and run the project
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```