Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

chavda-bhavik/repscounter-api

Repository files navigation

RepsCounter

GraphQL API built in NodeJS for RepsCounter

RepsCounter-V2

Live demo | Frontend Code

Running locally

Setup

  • Create postgress database named repscounter and repscounter-test
  • Update database credentials in ormconfig.js

Steps

  • git clone https://github.com/chavda-bhavik/repscounter-api
  • yarn (after navigating inside the directory)
  • yarn watch && yarn dev

About RepsCounter

Features

  • Built on Typescript
  • Tests written using jest
  • Abstracted Database functions to easy the Development
  • Linting and formatting with eslint and prettier

Problems Face and Solved

  • Writing Unit tests with Jest provided good learning

Technologies 🤖