Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.12 KB

graphql-typeorm

Table of Contents

About

Boilerplate repository for Graphql setup with apollo server, typeorm, and sql server. Get started with development of graphql server easily within no time.

Getting Started

Clone the repository repository into your local machine.

Change the database configuration setup in ormconfig.json file in the project.

See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Nodejs
  • typescript
  • sql server

Installing

A step by step series of examples that tell you how to get a development env running.

Install node js LTS version and run the below command

npm install

Then for running local application, run the bwlo command

npm start

Now you are running graphql server on local server.

Usage

You are all setup to develop graphql api.