Skip to main content

States API

Description

This is a Node.js REST API I built as a final project for a backend dev course. The API enables you to retrieve, add, update and delete specific data points about a single US state, or all of them.

The API allows users to retrieve, add, update, and delete data about one or more US states. All data is stored in a MongoDB database hosted by Heroku. Responses are returned in JSON.

Technologies used

  • MongoDB
  • Node.js
  • Express.js


  View code on GitHub