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.
- Host: GitHub
- URL: https://github.com/jaktestowac/js-express-example-app
- Owner: jaktestowac
- License: mit
- Created: 2022-10-27T19:03:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T10:23:32.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:34:50.842Z (over 1 year ago)
- Topics: express, javascript, nodejs, rest-api
- Language: JavaScript
- Homepage: https://jaktestowac.pl/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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