From 7ad7bc848bf7b6f6c41248f85475d0f0cd63e613 Mon Sep 17 00:00:00 2001 From: Dominik Szczepaniak Date: Thu, 18 Jul 2019 21:15:29 +0200 Subject: [PATCH] Add readme file. --- README.MD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.MD b/README.MD index e69de29..8f8ccfe 100644 --- a/README.MD +++ b/README.MD @@ -0,0 +1,17 @@ +# Find Mates API + +A simple REST API written in Node.js and Express.js. + +## How to run + +Execute `npm run dev` command in the console. + +## How to build + +Execute `npm run build` in the console. + +## Other useful commands + +Execute `npm t` or `npm run test` to run unit tests. +Execute `npm run lint` to enable linting. +Execute `npm run seed` to run seeders.