tienhieuD / trangnguyen.api.question

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJs NodeJs Typescript MongoDB JWT Jest Yarn Docker

Trang Nguyen API Question ๐Ÿ”ฅ ๐Ÿš€

Documentation of this project in /docs

  1. Prepare MongoDB, update your .env file
...
DATABASE_HOST=mongodb://localhost:30001,localhost:30002,localhost:30003
DATABASE_NAME=ack
DATABASE_USER=
DATABASE_PASSWORD=
DATABASE_DEBUG=false
DATABASE_OPTIONS=replicaSet=rs0&retryWrites=true&w=majority
...
  1. Install dependancies
> yarn install
  1. Start your app
> yarn start:dev

About

License:MIT License


Languages

Language:TypeScript 100.0%Language:Shell 0.0%