https://github.com/ricardomrcruz/graphql_crud
Node.js TypeScript GraphQL API for a full-fledged eCommerce website, featuring CRUD operations powered by PostgreSQL & Apollo Studio integration.
https://github.com/ricardomrcruz/graphql_crud
Last synced: 6 months ago
JSON representation
Node.js TypeScript GraphQL API for a full-fledged eCommerce website, featuring CRUD operations powered by PostgreSQL & Apollo Studio integration.
- Host: GitHub
- URL: https://github.com/ricardomrcruz/graphql_crud
- Owner: ricardomrcruz
- Created: 2024-02-18T14:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T21:56:02.000Z (about 1 year ago)
- Last Synced: 2025-02-15T11:27:54.229Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 35.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
to docker compose whole project: docker-compose up --build
to run the backend dockerfile command: docker run -p 4001:4001 tgc-backend
to clearDB, you need to enter the backend container and run the command: docker exec -it #containerID sh
and then: docker exec <_containerID> npm run resetDB
to run the front_boilerplate command: docker run -p 3000:3000 tgc-frontend_boilerplate
Other commands
stop all containers dc down
start all containers dc up -d
autogen graphql queries npm run codegen