Skip to content

Repository for the v1 of a Fastify Server

Notifications You must be signed in to change notification settings

lucasmmg1/Fastify_PoC_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Proof of Concept: Fastify Server

This is a proof of concept made for testing a Fastify Server with a product API, some personalized routes, and an user authentication method.

Goals

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.

Achieved

All of the goals were achieved.

Observations

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.