Simple GraphQL CRUD with Clean Architecture using a Bookstore example
After cloning the repository, install the dependencies with:
$ yarn
And start the development server with:
$ yarn dev
Or just run the following command to run the container
$ docker-compose up
Linter:
$ yarn lint
Build:
$ yarn build
- Nodejs
- Typescript
- Express
- GraphQL
- MongoDB
- Docker