Skip to content

Implements a Medium Clone using RealWorld API Specification in NestJS and TypeORM

Notifications You must be signed in to change notification settings

beaszt-nix/Conduit-Blog-TS

Repository files navigation

Conduit-Blog TS

This project implements a clone of Medium, using the GoThinkster Realworld API Specification

Setup

To quickly deploy a database for testing, this sets up a postgresDB with the credentials given in .env file sudo docker-compose docker-compose.yaml -d

To use another postgresDB, without the docker instance, change the fields in .env file

Start

yarn start:dev

The defaults in make will start server at http://localhost:4000/api/

Test

This project uses newman to implement end to end testing, this is also provided from the RealWorld API Spec

./run-api-tests.sh

About

Implements a Medium Clone using RealWorld API Specification in NestJS and TypeORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published