/to-do-list

Primary LanguageTypeScript

To-Do Lists

Tech Stack

  • Typescript
  • NestJS
  • Prisma
  • Class Validator
  • Postman
  • MySql
  • JWT

Installation

$ yarn install

Environment

  • Copy and ubah nama .env.example to .env
  • Arahkan url koneksi database sesuai setup mysql yang ada

Running the migrations

$ npx prisma migrate dev

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Testing

Import collection postman yang sudah saya lampirkan di repository ini 'To Do Lists.postman_collection.json'