Skip to content

ramanamatya/api-design-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js in Api

Api design with Mongo, ExpressJS, and NodeJS.

A Simple Api design for Node.

Setup Development Machine

  1. Clone the repo [email protected]: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/