adefrutoscasado / mini-node-API

A mini API created using Node, Typescript, Mocha and lowdb as database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Requires Node.js v11.13+ to run.

Make sure the Typescript compiler is installed

$ npm install -g typescript
$ tsc --version

Install the dependencies and devDependencies and start the server.

$ cd live-coding
$ npm install
$ npm start

Available scripts

Build the app

$ npm run tsc

Execute the tests

$ npm run test

Execute the scraper (Data will be saved at ./db.json)

$ npm run scrap

License

MIT

About

A mini API created using Node, Typescript, Mocha and lowdb as database.


Languages

Language:TypeScript 54.5%Language:JavaScript 45.5%