Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 292 Bytes

This is a basic boilerplate project to start creating APIs with Node.js and Express. CORS support enabled.

Getting started

Install the dependencies:

npm i || yarn

and then run:

npm run start || yarn start

to start the server.

dd if=/dev/random of=item bs=50000000 count=1