An open API service indexing awesome lists of open source software.

https://github.com/pedro-demeu/node-server-boilerplate

My own node server boilerplate with CORS enabled
https://github.com/pedro-demeu/node-server-boilerplate

boilerplate-template cors-enabled nodejs

Last synced: 4 months ago
JSON representation

My own node server boilerplate with CORS enabled

Awesome Lists containing this project

README

        

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