Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakhiazfa/to-do-list
https://github.com/rakhiazfa/to-do-list
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rakhiazfa/to-do-list
- Owner: rakhiazfa
- Created: 2024-06-05T07:55:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T09:22:29.000Z (7 months ago)
- Last Synced: 2024-06-05T10:46:22.367Z (7 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'