Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 302 Bytes

Nodejs project starter for Das Stack

Supports

  • Typescript
  • Database: Mongoose for NoSql/MongoDD and Typeorm for SQL/POSTGRE
  • Authentication
  • Modules Based System

Installation

$ git clone https://github.com/bnbturki/dasbase.git
$ cd dasbase
$ yarn install