Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rakhiazfa/to-do-list


https://github.com/rakhiazfa/to-do-list

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# To-Do Lists

## Tech Stack
- Typescript
- NestJS
- Prisma
- Class Validator
- Postman
- MySql
- JWT

## Installation

```bash
$ yarn install
```

## Environment

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

## Running the migrations

```bash
$ npx prisma migrate dev
```

## Running the app

```bash
# 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'