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
- Host: GitHub
- URL: https://github.com/shubhambansal1997/node-sql-mongod-graphql
- Owner: ShubhamBansal1997
- Created: 2018-03-11T02:29:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T04:18:33.000Z (about 7 years ago)
- Last Synced: 2025-01-04T20:46:22.442Z (5 months ago)
- Language: JavaScript
- Size: 12.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```