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
- Host: GitHub
- URL: https://github.com/pedro-demeu/node-server-boilerplate
- Owner: pedro-demeu
- Created: 2024-06-23T01:23:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:16:35.000Z (11 months ago)
- Last Synced: 2025-01-01T04:36:25.997Z (6 months ago)
- Topics: boilerplate-template, cors-enabled, nodejs
- Language: JavaScript
- Homepage:
- Size: 46.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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