Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 314 Bytes

A Restify + TypeORM example repo

You gotta prepare yourself an .env file cp .env.example .env

You gotta do the funky thing npm install

You gotta "populate" your DB make migrate-run

And have your way with the GET /users endpoint by npm start

.. and opening your browser