todolist_graphql_webapp

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

Stars
0
Committers
1

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:

# 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
Related Projects