Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sdn302-17c/assignment-1
- Owner: SDN302-17C
- License: mit
- Created: 2024-09-04T04:21:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:51:32.000Z (about 2 months ago)
- Last Synced: 2024-09-18T05:32:03.697Z (about 2 months ago)
- Topics: api, express, mongodb, nodejs, pnpm, sdn302, typescript
- Language: TypeScript
- Homepage: https://sdn302-assignment-1.onrender.com/api/quizzes
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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
```