Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sdn302/assignment-1
- Owner: SDN302
- License: mit
- Created: 2024-09-04T07:04:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:26:25.000Z (5 months ago)
- Last Synced: 2024-11-11T15:26:49.057Z (3 months ago)
- Topics: express, expressjs, nodejs, sdn302, swagger, swagger-ui, typescript
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```