Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 214 Bytes

Personal Pokédex API

This is the backend app, which uses Express and SQLite3 to manage Pokédex app data.

To run the server app:

  • clone repo
  • cd to cloned repo
  • run npm install
  • run node server.js