A progressive Node.js framework for building efficient and scalable server-side applications.
This project primarily requires configuration for MongoDB within the app.module.ts file. You can complete configuration by using a local database. Schema design is indicated in comments within the models folder of the project. Please follow the steps below to install dependencies and start the application.
Bu proje, MongoDB için app.module.ts dosyasında yapılandırma gerektirir. Yerel bir veritabanı kullanarak yapılandırma işlemlerini tamamlayabilirsiniz. Şema tasarımı, projenin models klasöründe yorumlarla belirtilmiştir. Bağımlılıkları yüklemek ve uygulamayı başlatmak için lütfen aşağıdaki adımları takip edin.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov