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
- Host: GitHub
- URL: https://github.com/hossara/todolist_graphql_webapp
- Owner: Hossara
- Created: 2024-05-11T15:04:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:25:50.000Z (about 2 years ago)
- Last Synced: 2025-02-01T06:15:21.187Z (over 1 year ago)
- Topics: containers, docker, docker-compose, graphql, mongodb, nestjs, nuxtjs, todolist, typescript
- Language: TypeScript
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |