#node-mongo-graphql-api A GraphQL API with Node and MongoDB

Don't forget to give this repo a ⭐ if you like and want to appreciate my efforts

Tech

Tech Features

Features

[In order to get access queries and mutation please login. If you don't have an account please registration first.]

Packages

packages

Registration

Registration

Login

Login

Add new appartment Create

Update a appartment Update

All the appartment Records Appartments

Favorite Appartments

Favorite Appartments

Filter by geolocation

Filter

The easiest way to get started is to clone the repository:

Git Clone

git clone --depth=1 https://github.com/MdSazzadIslam/node-mongo-graphql-api.git

Install NPM dependencies

npm install

Change directory

cd backend

Then simply start your app

node server.js

[N.B -> Please add mongodb connection string in .env file]

Don't forget to give this repo a ⭐ if you like and want to appreciate my efforts