A simple coffee shop CRUD template.
A quick introduction of the minimal setup you need.
git clone https://github.com/CCerrer/Graphql-Crud-MongoDB
cd .\Graphql-Crud-MongoDB\
npm run devWhen you run this script the server will be created and the http link will be displayed on terminal. You'll get redirected to graphql playground.
List main libraries: Koa, GraphQL, MongoDB
In the future: React
In this project I praticed my backend knowledge and learned how to use and add MongoDB