/NewsLetter-App

NewsLetter App from the Web Dev Bootcamp

Primary LanguageCSS

Newsletter App

This was made as a part of Web Dev Bootcamp from Udemy.

Deployed App

Click the link to visit the Newsletter App

Instructions

To build the app

$ npm install body-parser
$ npm install express
$ npm install request

and then use

node app.js 

to run the app

What I learnt

  • API Endpoints and Authentication
  • Working with Postman
  • Using and Working with JSON
  • Using express and managing the app with it
  • Setting Up and using Heroku