Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 542 Bytes

Node.js in Api

Api design with Mongo, ExpressJS, and NodeJS.

A Simple Api design for Node.

Setup Development Machine

  1. Clone the repo git@github.com:ramanamatya/api-design-node.git

  2. cd api-design-node

  3. Run node: api-design-node

cd api-design-node
yarn install
yarn dev

api is serve in http://localhost:8081/api/

  1. Run clientside react
cd client
yarn install
yarn start

client side is serve in http://localhost:3000/