/mern-stack-project

A simple MERN stack project with GraphQL

Primary LanguageJavaScript

Full Stack GraphQL Project

A simple MERN stack project with GraphQL

Screenshot

Screenshoot

Live Demo

Built With

  • Express JS
  • GraphQL
  • ReactJS
  • MongoDB

To get a local copy up and running follow these simple example steps.

Prerequisites

git clone https://github.com/akbari4yaseen/mern-stack-project.git

Getting Started

First, create MongoDB, next, set the MongoDB connection string, then run the development server:

npm run dev

Use Graphql PlayGround http://localhost:5000/graphql

Query


query getAllClients{
  clients {
    id
    name
    email
    phone
  }
}

Mutation


mutation {
  createClient(name: "Yaseen Akbari", email: "yaseen@info.com", phone: "+93 79 000 0000"){
    id
    name
    email
    phone
  }
}

👤 Yaseen Akbari

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!