Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.