/node.js

In this project, we learn the fundamentals on Node.js by creating a basic Pokemon Application with all CRUD functions. setting it up and installing packages.

Primary LanguageHTML

node.js

Setup:

  • Fork. (If you want a different name then clone first, create your own repo and copy my files in there)
  • Clone repo to local.
  • Open terminal in newly cloned file.
  • run: npm install

To start the app and its database componenet:

  • DB> json-server --watch db.json -p 3001
  • APP> nodemon -start

View the app:

Browser: localhost::3001