A simple MERN stack project with GraphQL
Screenshot
- Express JS
- GraphQL
- ReactJS
- MongoDB
To get a local copy up and running follow these simple example steps.
git clone https://github.com/akbari4yaseen/mern-stack-project.git
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 getAllClients{
clients {
id
name
email
phone
}
}
mutation {
createClient(name: "Yaseen Akbari", email: "yaseen@info.com", phone: "+93 79 000 0000"){
id
name
email
phone
}
}
👤 Yaseen Akbari
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!