项目作者: kvietcong

项目描述 :
Pokedex with an account tied favorites system
高级语言: JavaScript
项目地址: git://github.com/kvietcong/pokedex.git
创建时间: 2020-06-11T04:48:31Z
项目社区:https://github.com/kvietcong/pokedex

开源协议:

下载


KV’s Pokedex

This was a creative project that I made for my Web Development class (CSE 154). It is my first attempt at using public web APIs and making a web back end. My main goal for the back end was to create a simple account system and the main goal for web APIs was to efficiently grab information.

Find this project deployed here

I hope you like my personal project!

Note: The database that stores user credentials is not secure. Please don’t use your secure passwords.

Technologies Used

  • NodeJS - Language used to make the back end.
  • Express - The framework used to create my back end API
  • Multer - Used as middleware for Form Data