/ChatApp-graphql-flutter

My first project with GraphQL and Flutter (All in this repository is experimental)

Primary LanguageJavaScript

ChatApp-graphql-flutter

Status: GraphQL-Server ready, Flutter not is ready.

My first project with GraphQL and Flutter (All in this repository is experimental)

Instructions for install in Windows

Requeried:

Steps:

  1. Clone this repository or download in zip
  2. Open CMD and type

cd your-root-folder-project-here

Example: cd C:\Users\StebanCastro\ChatApp

And type

yarn install

for install all dependencies

  1. Need install Prisma from NPM, type in CMD

npm install -g prisma

  1. Open Docker Compose and test if running
  2. Type in CMD

docker-compose up -d

  1. Last step type in CMD

"prisma deploy"

and your database primsa is running in localhost:4466 7. Run GraphQL-Server in CMD

"node src\index.js"

  1. Test localhost:4000

That's all! :)