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

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

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