Skip to content

penalvapablo/BackendAlkemyChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlkemyChallenge

Disney API

Description

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.

Pre requirements

NODE:

Download and install nodejs.

SENDGRID:

Create an account on Sendgrid.

Getting started

  1. Clone the repository

  2. Install NPM packages

npm install
  1. 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.

  2. Start the server

npm start
  1. Read the Endpoints Documentation to use them

Built with

Express - Web framework

SQLite - Database

Sequelize - Node ORM for mysql

SendGrid - Mail manager