SlimGee / contacts-api

contacts api in node ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

contacts api in node ts


Languages

Language:TypeScript 99.8%Language:Shell 0.2%