Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/Postman

Request
- Method: `Get`
- Path: example `http:localhost:9090/assignments/fibonacci/5`

> [!IMPORTANT]
>Make sure that you run the nestjs server to make it work.