simonplend / workshop-get-started-with-fastify

Workshop: Get Started with Fastify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop: Get Started with Fastify

Learn the basics of building an API with the Fastify Node.js framework.

This workshop was created by Simon Plenderleith (@simonplend).

Requirements

To verify that you have the software installed that you need for this workshop, you can run this command in your terminal:

node --version

Setup

If you want to commit and push your work to your own repository on GitHub, you will need to fork this repository, then clone your fork rather than this repository directly.

To prepare for the workshop, run these commands in your terminal:

git clone https://github.com/simonplend/workshop-get-started-with-fastify.git

cd workshop-get-started-with-fastify

npm install

This will install the dependencies for the starter and completed applications.

cd into the starter directory in your terminal and follow the instructions in the starter application README.

Links for learning more

License

Licensed under MIT License.

About

Workshop: Get Started with Fastify

License:MIT License


Languages

Language:JavaScript 100.0%