Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boriskrasko/omtech-rest
https://github.com/boriskrasko/omtech-rest
es6 express javascript localhost nodejs rest server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boriskrasko/omtech-rest
- Owner: boriskrasko
- Created: 2022-05-21T10:20:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T18:14:39.000Z (over 2 years ago)
- Last Synced: 2023-03-05T01:52:58.716Z (almost 2 years ago)
- Topics: es6, express, javascript, localhost, nodejs, rest, server
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omtech-rest
## Zadanie 3Napisz serwis rest (w node.js) oraz aplikację web, która wysyła żądanie do tego serwera.
Aplikacja web składa się z:
- przycisku, którego naciśnięcie wysyła żądanie do serwera;
- pola w którym wyświetlana jest odpowiedź zwrócona przez serwer.Serwis rest implementuje jedną metodę GET /getDate która zwraca aktualną datę i godzinę.
## How to Test
- Clone or download the repoistory
- Use `npm run start` or `node index.js` in terminal to start local server `localhost:5000`
- Open index.html
- Click on button `Get time`
- You are done