Api design with Mongo, ExpressJS, and NodeJS.
A Simple Api design for Node.
-
Clone the repo
[email protected]:ramanamatya/api-design-node.git
-
cd api-design-node
-
Run node: api-design-node
cd api-design-node
yarn install
yarn dev
api is serve in http://localhost:8081/api/
- Run clientside react
cd client
yarn install
yarn start
client side is serve in http://localhost:3000/