Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)


Nest Logo

[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.



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


## 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
```

## Contributor