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

chavda-bhavik/journal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5-Minute-Journal Clone

GraphQL API built in NodeJS for 5-Minute-Journal App

journal-clone

Live demo | Frontend Code

Running locally

Setup

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

Steps

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

About 5-Minute-Journal Clone

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 🤖