Disney API
This is a NodeJS and Express API that allows you to search a database of characters and movies from the world of Disney. As well as adding new records to a database.
NODE:
Download and install nodejs.
SENDGRID:
Create an account on Sendgrid.
-
Clone the repository
-
Install NPM packages
npm install
-
When a user is registered, a welcome email is sent to him/her. After creating an account on Sendgird, go to Sender Authentication and verirfy an email to use. Then go to Api Key and create one. Add sendgrid’s api key to the SENDGRID_API_KEY variable and your verified email to the SENDGRID_EMAIL variable in the ".env" file.
-
Start the server
npm start
- Read the Endpoints Documentation to use them
Express - Web framework
SQLite - Database
Sequelize - Node ORM for mysql
SendGrid - Mail manager