https://github.com/harshshukla2002/graphql
https://github.com/harshshukla2002/graphql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshshukla2002/graphql
- Owner: harshshukla2002
- Created: 2025-01-16T10:25:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T11:47:04.000Z (4 months ago)
- Last Synced: 2025-01-21T12:31:06.591Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql
> This is Graphql Learning Repository
- To run backend you need to do
npm i
and then start the servernpm run dev
ornpm start
and server start running on http://localhost:4000/
- Same for frontend first donpm i
and then start the servernpm start
and server start running on http://localhost:3000/