Use the package manager yarn to install package
yarn# start develop
yarn dev
- to run the project, server will run on
http://localhost:8000/graphql
# start production
docker-compose up -d --build//config port api
PORT=8940
//config link url mongoDB
MONGO_URI=mongodb+srv://
JWT_SECRET=localsecret
## Config
#### .