Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# omtech-rest
## Zadanie 3

Napisz 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