Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheyth15/nestjs-assignments
Compliance to ITEC 116 | BSIT 4th Year
https://github.com/pheyth15/nestjs-assignments
nestjs
Last synced: about 1 month ago
JSON representation
Compliance to ITEC 116 | BSIT 4th Year
- Host: GitHub
- URL: https://github.com/pheyth15/nestjs-assignments
- Owner: pheyth15
- Created: 2024-11-05T08:27:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:46:00.000Z (3 months ago)
- Last Synced: 2024-11-05T09:33:16.520Z (3 months ago)
- Topics: nestjs
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest JS Assignments
In compliance for IT ELECTIVE 4 | SYSTEMS INTEGRATION AND ARCHITECTURE 2(ITEC 116)## Assignments Details:
- assignment-1-fibonacci-sequence
- assignment-2-prime-number
- assignment-3-factorial-calculator
> [!NOTE]
>Each assignment has its designated branch.## Usage:
### Requires:
- Node JS, NestJS, Browser/PostmanRequest
- Method: `Get`
- Path: example `http:localhost:9090/assignments/fibonacci/5`> [!IMPORTANT]
>Make sure that you run the nestjs server to make it work.