UNPKG

@ancxkush/create-ts-express-mongo-starter-code

Version:

NodeJS/Express starter code with - TypeScript, MongoDB setup, Exception Handler, Logger, HTTP testing example, Swagger Docs example, Mongoose model example, JOI validation example, CRUD operations example

15 lines (13 loc) 174 B
const seed = [ { bookId: 4, title: 'mock book four', price: 1300, }, { bookId: 2, title: 'mock book two', price: 899, }, ] export default seed