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

https://github.com/hossara/todolist_graphql_webapp

Todo list webapp using GraphQL, Nest.js, Nuxt.jd
https://github.com/hossara/todolist_graphql_webapp

containers docker docker-compose graphql mongodb nestjs nuxtjs todolist typescript

Last synced: 6 months ago
JSON representation

Todo list webapp using GraphQL, Nest.js, Nuxt.jd

Awesome Lists containing this project

README

          

# To-do List webapp
This project is a practice project to learn how to use GraphQL in Nuxt 3 and Nestjs.

# Run and Test
### Commands
You can run application using docker compose commands:
```shell
# To run application
docker compose up -d

# To Stop application
docker compose down

# To run application tests
### COMING SOON

# To build and deploy application
### COMING SOON
```

### Ports

| Port | Usage | Expose? |
|:-----:|:-----------------:|:-------:|
| 3002 | Frontend | Yes |
| 8081 | Backend | No |
| 27017 | MongoDB | No |
| 8002 | MongoDB dashboard | Yes |