Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 479 Bytes

Shop-Api-With-NodeJs

Running and Documentation:

  1. Do a Clone
  2. Excute command npm i to install dependencies
  3. Go to your browser and enter to: http://localhost:8000/swagger/ for using REST API
  4. Go to your browser and enter to: http://localhost:8000/graphql/ for using GraphQL API

Pro Tip: For all Admin routes you need to have an Admin Account , Change Db Address at index.js to a local MongoDb and Use it for your development Env.