An open API service indexing awesome lists of open source software.

https://github.com/shubhambansal1997/node-sql-mongod-graphql

An attempt to use both sql and nosql(mongod) as a database and exposing rest api over graphql
https://github.com/shubhambansal1997/node-sql-mongod-graphql

Last synced: 3 months ago
JSON representation

An attempt to use both sql and nosql(mongod) as a database and exposing rest api over graphql

Awesome Lists containing this project

README

        

# node-sql-mongod-graphql
An attempt to use both sql and nosql(mongod) as a database and exposing rest api over graphql

```
git clone https://github.com/ShubhamBansal1997/node-sql-mongod-graphql
cd node-sql-mongod-graphql
npm install
npm start
```