Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasmmg1/fastify_poc_v1

Repository for the v1 of a Fastify Server
https://github.com/lucasmmg1/fastify_poc_v1

backend css fastify frontend html javascript js json php web web-development

Last synced: 15 days ago
JSON representation

Repository for the v1 of a Fastify Server

Awesome Lists containing this project

README

        

# 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.