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.
- Host: GitHub
- URL: https://github.com/ashiishme/node-api
- Owner: ashiishme
- License: mit
- Created: 2019-06-01T19:29:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:30:32.000Z (over 3 years ago)
- Last Synced: 2025-12-04T14:25:30.153Z (8 months ago)
- Topics: javascript, mysql, node-js, nodejs, nodejs-server
- Language: JavaScript
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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