galihaulia / staff_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

staff_app

simple CRUD application about Users related to Jobs without auth and some problem solving using javascript

Architecture

PostgreSQL, Node JS, ORM Sequelize, with swagger documentation

API Docs

here is the url of the application live on heroku : https://staff-app-v1.herokuapp.com/api-doc

for the task solution is in solution.js

How To Start in local

  1. Clone the repo
    git clone https://github.com/galihaulia/staff_app.git
  2. Install NPM packages
    npm install
  3. prepare local database settings in .env like .env
  4. Run migration
    npm run migrate
  5. Run seeder
    npm run seed
  6. Run application
    npm run start

About


Languages

Language:JavaScript 98.9%Language:Shell 1.1%