mkamranhamid / Journal-app-API

apis using graphql design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQl & MongoDB Starter for Hackathon

This project is built on node.js using express,graphQL and mongoDB as dependencies.

🚀 Quick start

  1. Create Project on Mongo Cloud
  • Open MongoDB Cloud in your browser.
  • Click on New Project
  • Give some name to your project
  • Click Create Project
  • Create cluster Build a Cluster
  • Choose a server which is most near to you.
  • Create a user for database by navigating to Database Access tab in the left panel
  • Add your IP address by clicking on Network Access tab and choose ADD CURRENT IP ADDRESS
  • Get URI to connect to your database from Cluster > Connect
  1. Requirements
  1. Clone the repo.
  • git clone https://github.com/mkamranhamid/graphql-mongo-starter myproject
  • cd myproject
  • npm install
  1. Start Project
  • npm start
  • Open localhost:3000/graphql in your browser

About

apis using graphql design


Languages

Language:JavaScript 100.0%