This is a proof of concept made for testing a Fastify Server with a product API, some personalized routes, and an user authentication method.
This POC had two main goals:
1: To create a simple blog API and setup two GET routes, one POST route, one PUT route and one DELETE route.
2: To create a simple user authentication method using JWT.
All of the goals were achieved.
When downloading the repository, remeber to enter the StrapiServer folder via command line and run the following commands: npm install and node server in order to run the server.
To access the server and check out it's funcionality, just open a web browser and enter http://localhost:3000.