RezzaACM / Coding-Test-Koala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CODING TEST KOALA REST API

REST FULL API TEST WITH NODEJS AND DB POSTGRES

How to run

Tools

  • Nodejs
  • PostgreSql
  • Postman
  • PgAdmin
  • Ubuntu 20.4 LTS

Requirements

  • Nodejs
  • NPM
  • (PostgreSQL) 13.2 (Ubuntu 13.2-1.pgdg18.04+1)

Setup database

  • database: 'koala-test'
  • host: 'localhost'
  • port: 5432
  • password: 'root' (adjust with your postgre password)

database available at root folder with name db.sql

Documentation

Run in Postman

Interview Test

  1. Databest Test => root file -> Soal-no-1.txt
  2. Rest Test => This repo
  3. Logic Test => - Palindrome: https://codesandbox.io/s/github/RezzaACM/palindrom-js - Fraction Money: https://codesandbox.io/s/github/RezzaACM/Fraction-Money-Reactjs

About


Languages

Language:JavaScript 100.0%