Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 256 Bytes

A simple API for initialising for CRUD using sequeslize ORM and postgres database.

Use it for reference!!

Requirements

  1. Postgres /My sql /Maria Db /Sqlite

  2. An DB URI such as

    Postgres URI : "postgres://user:password@localhost:5432/test"