Skip to content

DrummerDee/Power-Puff

Repository files navigation

Power Puff Girl API Server Side

Table of Contents

  1. What was learned
  2. Built With
  3. Optimizations
  4. Node Dependencies
  5. Prerequisities

What was learned

With this application, I learned to create a REST API on the server using Cors and Express. Additionally I learned to organize my code with a class constructor; which reduced time inputting new character data. More importantly, this application pushed me to practice using tools like Postman to ensure proper routing. I also integrated a request method to render my static files. Lastly, I remembered how much fun it was growing up watching Powerpuff girls as a child.

Built With

  • Node.js
  • Cors
  • Express
  • Html
  • CSS
  • Javascript

Optimizations

  • Add a database so users are able to create a personal account, where they are then able to upload images, audio and thier own data pertaining to Powerpuff Girls
  • Using browser developer tools that help to debug browser compatability tests

Node Dependecies

  • Express
  • Cors

Prerequisites

Install node.js

Steps to install node

Installation

git clone https://github.com/DrummerDee/Power-Puff.git
npm install
npm run start or node server.js