Open judavi opened 5 years ago
If I don't need the ORM how I can use the project without all the DB setup, seeds and migrations?
Excluding typeorm loader in app.ts should be enough. After that you can delete all files you don‘t need.
If I don't need the ORM how I can use the project without all the DB setup, seeds and migrations?