Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdn302/assignment-1

Node Modules, Express, MongoDB and REST API
https://github.com/sdn302/assignment-1

express expressjs nodejs sdn302 swagger swagger-ui typescript

Last synced: about 1 month ago
JSON representation

Node Modules, Express, MongoDB and REST API

Awesome Lists containing this project

README

        

# Assignment 1

![GitHub contributors](https://img.shields.io/github/contributors/SDN302/assignment-1)
![GitHub top language](https://img.shields.io/github/languages/top/SDN302/assignment-1)
![GitHub repo size](https://img.shields.io/github/repo-size/SDN302/assignment-1)
![GitHub License](https://img.shields.io/github/license/SDN302/assignment-1)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=SDN302_assignment-1&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=SDN302_assignment-1)

> Node Modules, Express, MongoDB and REST API

## Documents

- Document: [Assignment 1](docs/Assignment%201.docx)
- Database: [Database](data/README.md)

## Build

### Install dependencies:

```bash
yarn
```

### Run:

```bash
yarn dev
```