Simple typeorm API with generated fetchers and types for client part.
Node server running on fastify framework
- Install postgres
- Fill .env file with DB conf data
- npm i
- npm run build or watch
- npm run types - for generate API types and fetchers
- npm start