Skip to content

Commit

Permalink
Add readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
elszczepano committed Jul 18, 2019
1 parent fff72d2 commit 7ad7bc8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7ad7bc8

Please sign in to comment.