Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitchourey0809/backend-yellow-owl
https://github.com/rohitchourey0809/backend-yellow-owl
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitchourey0809/backend-yellow-owl
- Owner: rohitchourey0809
- Created: 2024-05-17T08:30:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T11:21:07.000Z (6 months ago)
- Last Synced: 2024-06-06T12:41:34.816Z (6 months ago)
- Language: TypeScript
- Homepage: https://backend-yellow-owl.vercel.app
- Size: 9.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Student form Assignment
![image](https://github.com/rohitchourey0809/yellow-owl-frontend/assets/97465195/067d3886-8a39-4c71-ba04-91998753ae05)
## API Reference
#### Get all items
```http
GET /students
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### Get item
```http
GET /students/${id}
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |Takes two numbers and returns the sum.
## API Reference
#### Get all items
```http
POST /students
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### Get item
```http
POST /students/${id}
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |#### add(num1, num2)
Takes two numbers and returns the sum.
## API Reference
#### PUT all items
```http
PUT /students
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### DELETE item
```http
DELETE /students/${id}
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |#### SEARCH item
```http
/search?name=Rohit Chourey&sortField=&sortOrder=desc&page=1&limit=10
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |for frontend ``` npm start ```
for backend ``` npm run dev ```
Frontend repo
https://github.com/rohitchourey0809/yellow-owl-registrationformbackend repo
https://github.com/rohitchourey0809/Backend-yellow-owl