https://github.com/rezapfebriyan/nodejs-restful-api
Node JS Restful API
https://github.com/rezapfebriyan/nodejs-restful-api
expressjs jest-tests nodejs postgresql prisma-orm
Last synced: 3 months ago
JSON representation
Node JS Restful API
- Host: GitHub
- URL: https://github.com/rezapfebriyan/nodejs-restful-api
- Owner: rezapfebriyan
- Created: 2023-06-14T03:53:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T09:04:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T21:37:28.636Z (5 months ago)
- Topics: expressjs, jest-tests, nodejs, postgresql, prisma-orm
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node JS Restful API
*Source*: Programmer Zaman Now### Database
This service using "PostgreSQL" to stored data, and prisma ORM.### Library
- Joi validation
- Winston logger
- Jest testing### Getting Start Guide
Clone this repo to your local computer.
Run the command bellow to install package dependencies (get node_modules)
```sh
npm install
```