/contacts-api

contacts api in node ts

Primary LanguageTypeScript

contacts-api

Installation

clone this repo

git clone https://github.com/SlimGee/contacts-api.git

cd into the newly created directory and install the dependencies

yarn install

migrate the database

node ace migration:run

seed the database for fake data

node ace db:seed

finally run the dev server

node ace serve --watch

docs

find the API documentation at https://documenter.getpostman.com/view/12329212/2s935mskGw

Testing

node ace test