Basic Fastify implementation.
Simply run npm run start
to start the server at localhost:3000
Docker scripts also included:
docker-compose build
docker-compose up
- Available at
localhost:3000
- Routes are defined in
./routes
- Response handling for routes are defined in
./controllers
- Sample use for Plugin in
./plugins