Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.57 KB

💻 GraphQL API for an E-commerce Store

This repository contains a GraphQL API for an e-commerce store. The API serves as a powerful backend solution for managing various aspects of an online store, including products, orders, customers, and more. With GraphQL, developers can efficiently retrieve and manipulate data by making flexible and precise queries, reducing unnecessary data transfers and improving overall performance.

🚀 Getting Started

To run the GraphQL API project, follow the steps below:

  1. Clone this repository to your local machine.
  2. Navigate to the project's root directory.
  3. Install the required dependencies by running the command: npm install.
  4. Configure the environment variables based on your specific requirements. You can find the sample environment variables file .env.example. Make a copy of it and rename it to .env. Update the values inside the .env file with your configuration.
  5. Start the server by running the command: npm start.
  6. The GraphQL API is now up and running. You can access it via http://localhost:3000 (or the specified port in your environment variables).

💻 Tech Stack

The GraphQL API project incorporates the following technologies:

  • JavaScript
  • TypeScript
  • Node.js
  • Express.js
  • GraphQL
  • Appolo Server
  • JWT
  • MongoDB
  • Mongoose
  • Cluster
  • npm

Feel free to explore and leverage these technologies for your own projects.

📄 License

This project is licensed under the MIT License.

📞 Contact

If you have any questions, suggestions, or need assistance, please feel free to reach out.