/node-api

NodeJS API Server for front end technologies. Compatible with Angular, React & Vue.

Primary LanguageJavaScriptMIT LicenseMIT

Node API

NodeJS API Server App for front end technologies using Express. Compatible with Angular, React & Vue. This node server is tested with Angular.

Running Locally

Make sure you have Node.js installed.

git clone git@github.com:ashiisme/node-api.git # or clone your own fork

cd node-api

npm install

node server

Your app should now be running on localhost:3000