Skip to content

alaahd/customer-feedback-graphql-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Feedback Portal

Technology Stack:

  • Prisma (Data modeling and ORM)
  • Mongo (DB Engine)
  • GraphQL (Query language for APIs)
  • React (UI and Frontend)

How to run the project (Production Mode) ?

Build all images and run all containers

docker-compose up -d

Optional Steps

If you want to stop all containers and delete all images

docker-compose down --rmi all


Restart GraphQL

docker-compose restart graphql

Restart React

docker-compose restart react

To check the status of all running services

docker-compose ps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published