Tony133/fastify-api-boilerplate-jwt
An API Boilerplate to create a ready-to-use REST API in seconds with Fastify + Kysely and JWT Authentication
An API Boilerplate to create a ready-to-use REST API in seconds with Fastify + Kysely and JWT Authentication
npm install
Set Environment for secret key JWT and other configurations
cp .env.example .env
In the project directory, you can run:
npm run dev
or
npm run dev:watch
To start the app in dev mode. Open http://localhost:3000 to view it in the browser.
npm start
For production mode
npm run test
Run the test cases
There is a docker-compose.yml file for starting PostgreSQL with Docker.
docker compose up db
After running, you can stop the Docker container with
docker compose down
http://127.0.0.1:3000/docs
No download data available
No tracked packages depend on this.