https://github.com/imimran/graphql-crud-app
https://github.com/imimran/graphql-crud-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imimran/graphql-crud-app
- Owner: imimran
- License: mit
- Created: 2023-10-09T14:10:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T07:58:25.000Z (over 1 year ago)
- Last Synced: 2025-01-15T13:57:32.196Z (6 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql crud with typescript
Introduction:
This document provides instructions for deploying a GraphQL Category CRUD API. This API allows you to manage categories, including creating, reading, updating, deactiving, and deleting categories.
Prerequisites:
Before deploying the GraphQL Category CRUD API, make sure you have the following prerequisites in place:- Node.js 16+
- MongoDB Database server
- environment variablesQuick Start :
Clone the repository with the following command:
git clone https://github.com/imimran/graphql-task-assessment.git
Run in terminal this command:
- yarnThen run this command to start your local server
- yarn devConfiguration:
Configure the project settings:
Create a .env file in the project root directory.
Add configuration options and sensitive information to the .env file.
- MONGODB_URI=database_connection_string_here
- PORT=surver_port_number