Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 488 Bytes

Description

This is a small web project built with Node.js (Express.js) and APIs to Mailchip.

How to run

  • Clone the project
  • Go to the project's directory and run npm install to install or the necessary packages
  • Inside the directory, run node app.js

Things I've learned in this project

  • Express.js basics
  • APIs
  • GET and POST requests
  • JSON
  • Routing

Note: The API key expires with time, so the API to Mailchip may not work at the time the app is tested.