Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 223 Bytes

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.