cipher-tech / typescript_node_graphQL_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript_node_graphQL_Project

typescript_node_graphQL_Project

This is an open-source app bootstrapped with Typescript, Node, GraphQL, Apollo and Sequelize. It can serve as a boilerplate for creating an app quickly with these technologies. It was inspired by passion.

Features

  • GraphQL Integration
  • Typescript integration
  • Cookie based authentication
  • JWT
  • MVC pattern
  • Sequelize integration
  • and more

Run Locally

Clone the project

  git clone https://github.com/cipher-tech/typescript_node_graphQL_Project.git

Go to the project directory

  cd typescript_node_graphQL_Project

Install dependencies

  npm install

Start the server

  npm run start:dev

Open http://localhost:8000 with your browser to see the result or http://localhost:8000/graphql to use the graphql playground

Tech Stack

Server: Node, Typescript, Sequelize, GraphQL, Express, Apollo

About


Languages

Language:TypeScript 100.0%