A simple example of a REST API using Fastify, TypeScript, Zod and Swagger.
# 1. Clone the repository:
git clone https://github.com/BurakYs/fastify-example.git
# 2. Go to the project directory:
cd fastify-example
# 3. Install dependencies:
npm install
# 4. Configure the environment variables:
cp .env.template .env
# 5. Edit the configuration files under the `src/config` directory according to your needs.
# 6. Run the project:
npm run dev
This project is licensed under the MIT License. See LICENSE for more information.