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: about 1 month 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-03-05T05:36:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T20:43:31.444Z (2 months ago)
- Topics: api, boilerplate, cors, express, nodejs
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- 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.