Skip to content

offscriptdev/template--fastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify

This project is to provide a basic template for a Fastify-based app. It will include the common options for setting up a a RESTful api along with serving static web pages. Database connections and more complex configurations won't be covered here, as all that is intended is to save time with having to start a new project from scratch.

Organization

public

This folder hosts all the resources that are available to the general public, like HTML, CSS, JS and image files needed to run a webpage.

src

This folder contains all the parts that make the app work

tests

This folder houses the test suites for ensuring the app is working as expected.

About

Template for a Fastify-based app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published