Skip to content

BennettSRobinson/FaBTierList-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaBTierList-server

Overview

This is a Node.js + Express + GraphQL backend for managing a Flesh and Blood Tier List application. It uses TypeORM for database interaction with MySQL, bcrypt for password hashing, and a modular resolver structure for GraphQL queries and mutations.

Tech Stack

  • Apollo Server
  • Graphql
  • Express js
  • Typescript

Feature

  • GraphQL API with Queries & Mutations
  • Hero CRUD operations
  • Time Period tracking for stats
  • MySQL with TypeORM
  • Error handling with custom responses

Getting Started

Clone Repo

git clone https://github.com/BennettSRobinson/FaBTierList-server.git
cd FabTierList-server

Install Dep

npm install

Configure Env file

DATABASE_HOST="serverhost"
DATABASE_USER="serveruser"
DATABASE_PASS="serverpass"
PORT=4000

Run server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors