vineeshvk / BugTrackerServer

It's a graphql server with Apollo server and typeorm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BugTracker Server

It's is an Apollo Graphql Server created using typescript which uses postgres as it's database. and is deployed in heroku using docker container.

Client

Android App

Bug tracker Android App created by ThalapathySiva

Flutter App

Bug tracker Flutter App created by me

Features

  • create user(admin or normal)
  • login
  • create bug and assign
  • view bugs
  • change status of bugs

Libraries used

Requirements

  • nodeJs
  • postgres (with a database names BugTracker )

How to run

Normal

you have to run your postgres server at PORT 5432 then

npm install
npm start

With Docker

first install docker and docker-compose

docker-compose up

in the project directory. then open http://localhost:4000 in your web browser

About

It's a graphql server with Apollo server and typeorm.


Languages

Language:TypeScript 94.1%Language:Dockerfile 5.9%