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

https://github.com/hwclass/my-first-nodejs-api

Uretimhane Node.js Egzersizleri
https://github.com/hwclass/my-first-nodejs-api

Last synced: 9 months ago
JSON representation

Uretimhane Node.js Egzersizleri

Awesome Lists containing this project

README

          

# my-first-nodejs-api
Uretimhane Node.js Egzersizleri

## Clone
```sh
git clone https://github.com/hwclass/my-first-nodejs-api
# ...
cd my-first-nodejs-api
```

## Install
```sh
npm i
```

## Run
```sh
npm run api
```

### Notes:
* Please consider that there are 2 different but identically same files called `fastify.mjs` and `fastify-with-post.mjs`. The second one is specifically created for examining the POST request handling.