/Simple-api-nodejs

Created a beginner level API using NodeJS.

Primary LanguageJavaScript

Simple-api-nodejs

Created a beginner level API using NodeJS.

The API data is just a sample data abour dogs and their breeds for practice.

This includes CRUD operations which can be accessed through POSTMAN API CRUD = CREATE READ UPDATE DELETE

Steps to run server-side of API:

  1. On your browser type "localhost:9000"
  2. To get a specific data, type "localhost:9000/dogs/2" or "localhost:9000/dogs/1"