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

https://github.com/jaktestowac/js-express-example-app

This is an example of application based on node.js and express to present sample REST API.
https://github.com/jaktestowac/js-express-example-app

express javascript nodejs rest-api

Last synced: 3 months ago
JSON representation

This is an example of application based on node.js and express to present sample REST API.

Awesome Lists containing this project

README

          

# About

This is an example of application based on node.js and express to present sample REST API.

More about creation of custom REST API can be found in our course:

- [Podstawy Testowania REST API // Własna aplikacja z REST API od podstaw w node.js](https://jaktestowac.pl/api/)

## Table of contents

- [Getting started](#getting-started)
- [Links](#links)
- [License](#license)

## Getting started

To install required modules:

```
npm i
```

To run application:

```
npm run start
```

Now if you go to http://localhost:3001/, you'll get:

```
{ "msg": "Hello world from jaktestowac.pl!" }
```

## Links

Tools

- [node.js](https://nodejs.org/en/)
- [express](https://expressjs.com/)

jaktestowac.pl

- [jaktestowac.pl](https://jaktestowac.pl/)
- [Podstawy Testowania REST API](https://jaktestowac.pl/api/)

## License

MIT