Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omaxel/node-express-simple-boilerplate
A basic boilerplate project to start creating APIs with Node.js and Express. CORS enabled.
https://github.com/omaxel/node-express-simple-boilerplate
api boilerplate cors express nodejs
Last synced: 26 days ago
JSON representation
A basic boilerplate project to start creating APIs with Node.js and Express. CORS enabled.
- Host: GitHub
- URL: https://github.com/omaxel/node-express-simple-boilerplate
- Owner: omaxel
- Created: 2020-05-28T07:46:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T14:06:43.000Z (over 1 year ago)
- Last Synced: 2023-02-26T22:16:56.965Z (over 1 year ago)
- Topics: api, boilerplate, cors, express, nodejs
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
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
```
and then run:
```
npm run start
```
to start the server.