Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 351 Bytes

nodejs-restApi

A simple Node.js / Express.js CRUD application.

Make sure you have Node.js installed.

git clone https://github.com/eknori/nodejs-restApi.git nodejs-restApi # or clone your own fork
cd nodejs-restApi
npm install
npm start

Your app should now be running on server_url:3001.