Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasmmg1/fastify_poc_v1
- Owner: lucasmmg1
- Created: 2024-02-27T16:45:26.000Z (10 months ago)
- Default Branch: develop/develop
- Last Pushed: 2024-02-27T17:11:46.000Z (10 months ago)
- Last Synced: 2024-02-28T18:00:06.570Z (10 months ago)
- Topics: backend, css, fastify, frontend, html, javascript, js, json, php, web, web-development
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.