boman-boilerplate
v1.0.0
Published
Rapid prototyping of GraphQL backend applications using Node.js.
Downloads
1
Readme
Boman Boilerplate - Node.js | GraphQL | FAST
Rapid prototyping of GraphQL backend applications using Node.js.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
What things you need to install the software and how to install them
git clone https://github.com/bermanboris/boman-boilerplate
Installing
A step by step series of examples that tell you have to get a development env running
Installation using Yarn:
yarn install
or NPM:
npm install
Running the server
You can start the server using:
yarn start
or using NPM:
npm start
You can find "GraphiQL" UI on the http://localhost:5050/graphiql
Deployment
Add additional notes about how to deploy this on a live system
Built With
- Boman - Node.js GraphQL Framework
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Boris Berman - Creator - Boris Berman
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Hat tip to anyone who's code was used
- Inspiration
- etc