https://github.com/leadstar116/nodejs_api_postapp_react_native
Node JS rest api for react native app
https://github.com/leadstar116/nodejs_api_postapp_react_native
backend javascript node nodejs react-native rest-api restful-api
Last synced: 3 months ago
JSON representation
Node JS rest api for react native app
- Host: GitHub
- URL: https://github.com/leadstar116/nodejs_api_postapp_react_native
- Owner: leadstar116
- Created: 2019-05-30T20:42:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:48:44.000Z (over 3 years ago)
- Last Synced: 2025-07-17T06:49:00.515Z (12 months ago)
- Topics: backend, javascript, node, nodejs, react-native, rest-api, restful-api
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Node JS rest api for simple react native app
CRUD operations for posts.
## API Endpoints
CRUD Tasks: /api/tasks/[:taskId]
CRUD Users: /api/users/[:userId]
CRUD Posts: /api/posts/[:postId]
## Install
npm install
## Run
npm run start