Hey guys, if you are new to OSS(open source software) development and want to get started with open source contributions, then here is the organization for you where you can initiate your projects and contribute to previously started projects too!

Ping me on Twitter if you would like to start a Project in QuBytes-OSS!

I have been using GraphQL to learn and build some personal projects. And in the process, I needed some boilerplate to a new project.

It inspired me to start working on something that would fasten the process of starting a new project. Something that enables anyone to build a GraphQL-Express server with a MongoDB database with ease.

So, I built the graphql-express-app CLI tool that can be used by anyone to start their new GraphQL-Express project with a MongoDB database.

Features:

  1. Command Line Interface for faster project generation.
  2. Initialize Git from the CLI.
  3. Install dependencies from CLI.
  4. TypeScript Support (Coming Soon!)

What is graphql-express-app CLI?

It is a CLI (command line interface) to start a GraphQL-Express server with some pre-designed MongoDB model for handling database and a Schema to access the Database and carry out GraphQL queries and mutations.

What to expect from the CLI?

The CLI will lead you to create a simple GraphQL-Express app that you can further build according to your project needs.

What are the dependencies in the generated project?

#expressjs #command-line #open-source #graphql #servers

GraphQL-Express-App CLI — A New Way to Learn and Build GraphQL APIs
1.10 GEEK