w3tecch / express-typescript-boilerplate

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
MIT License
3.3k stars 905 forks source link

How use the project without ORM? #133

Open judavi opened 5 years ago

judavi commented 5 years ago

If I don't need the ORM how I can use the project without all the DB setup, seeds and migrations?

timojokinen commented 5 years ago

Excluding typeorm loader in app.ts should be enough. After that you can delete all files you don‘t need.