Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 days 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 [email protected]:pradipchaudhary/node-api.git # or clone your own fork

cd node-api

npm install

node server

```

Your app should now be running on localhost:3000