Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pradipchaudhary/node-api
- Owner: pradipchaudhary
- License: mit
- Created: 2022-10-12T09:03:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T17:40:38.000Z (10 months ago)
- Last Synced: 2024-01-22T21:55:53.969Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 946 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 [email protected]:pradipchaudhary/node-api.git # or clone your own forkcd node-api
npm install
node server
```
Your app should now be running on localhost:3000