Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 635 Bytes

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