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

https://github.com/ashiishme/node-api

NodeJS API Server for front end technologies. Compatible with Angular, React & Vue.
https://github.com/ashiishme/node-api

javascript mysql node-js nodejs nodejs-server

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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