Simple API to learn about graphql possibilities and functionalities. Here i'm using Node Js, Express and Mongodb all togheter to simulate a real development scenario with modularized code.
Installing dependencies
$ npm i
Setting up environment variables
$ copy env\.env.example .\env\.env
Creating your mongo cluster
Starting your project
$ npm start
- List all users
- Search for one user
- Create an user
- Delete an user
- Update an user