raveneyex / node-express-accelerator

A Node.js sample app using Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-express

This is a starter ExpressJs project, you can run it as a standalone app using npm run server in the root of the project. The server will be listening to request on port 3000, so you can test the server in a browser accessing http://localhost:3000 or via cURL.

Before running the command npm run server you need to run npm install to install the dependencies

About

A Node.js sample app using Express

License:Apache License 2.0


Languages

Language:JavaScript 100.0%