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

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

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
```