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
- Host: GitHub
- URL: https://github.com/hwclass/my-first-nodejs-api
- Owner: hwclass
- Created: 2023-09-28T08:53:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:00:24.000Z (over 2 years ago)
- Last Synced: 2025-06-02T07:16:48.034Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.