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-1

All source code about SDN302 that I learned at FPT University QN AI Campus.
https://github.com/sdn302-17c/assignment-1

api express mongodb nodejs pnpm sdn302 typescript

Last synced: 3 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 1

# Node Modules, Express, MongoDB and REST API
![GitHub contributors](https://img.shields.io/github/contributors/SDN302-17C/assignment-1)
![GitHub top language](https://img.shields.io/github/languages/top/SDN302-17C/assignment-1)
![GitHub repo size](https://img.shields.io/github/repo-size/SDN302-17C/assignment-1)
![GitHub License](https://img.shields.io/github/license/SDN302-17C/assignment-1)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SDN302-17C_assignment-1&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SDN302-17C_assignment-1)

## Document
- Docs: [Click here!!!](docs/Assignment%201.pdf)


## Build

### Setup database:
- Data: [Click here!!!](data)

### Install dependencies:

```bash
yarn
```

### Run:

```bash
yarn dev
```


## Contributor