Api design with Mongo, ExpressJS, and NodeJS.
A Simple Api design for Node.
Clone the repo
git@github.com:ramanamatya/api-design-node.gitcd api-design-nodeRun 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/
