APi for Doreads APP
- Node 18.x
- Express JS
- Dotenv
- prisma
npm install
yarn intallnpm run build ## compile source
npm run start ## start compiled source on dis/ folder
npm run dev ## watch mode
npm run lint ## Run linter
npm run test ## Run tests
yarn build
yarn start
yarn dev
yarn lint
yarn test