emmanuelnwankwo / jedi-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jedi-backend

Star wars movie api from Swapi

Getting Started

prerequisites

The following tools are required to get the project running

Dependencies

  • Express - Nodejs web server
  • Babel - Modern Javascript Transpiler

Dev Dependencies

  • Eslint: Javacript linting package
  • Airbnb: Javascript style guide
  • Nodemon: A package for automatically restarts the project when changes are made
  • Morgan: For monitoring request details during development

External API

How to Start the Project on local environment

  1. git clone https://github.com/emmanuelnwankwo/jedi-backend.git
  2. git checkout develop
  3. npm install
  4. npm run start:dev

Features

  • Movies list
  • All characters list, either by name or gender.

About


Languages

Language:JavaScript 100.0%