micjef / Binar-FullStack-Web-Chapter-6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Car Management API

Built With

  • ExpressJS
  • Sequelize
  • Postgres
  • Swagger Open API

Installation

  1. Clone the repo

    git clone https://github.com/micjef/Binar-FullStack-Web-Chapter-6.git
  2. Install packages

    yarn install || npm install
  3. Next Step

    - setting file database.js
    - yarn db:create || npm db:create
    - yarn db:migrate || npm db:migrate
    - yarn db:seed || npm db:seed
  4. Run

    yarn start

Info

  • Swagger Car Management API
http://localhost:8000/api-docs/
  • Super Admin Account
   email: superadmin@gmail.com
   password: superadmin

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About


Languages

Language:JavaScript 100.0%