Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 522 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 522 Bytes

Gymnasium-Fastify

Gymnasium-Fastify is a Fastify project for booking lesson.

Installation

Use node v20.11.1

Use the package manager npm to install all modules you need.

npm install

Run the project

To run the project use the command:

npm run dev

Run the project and generate enities

To run the db use the command:

npm run db:up

For generate enities use the commands:

npm run db:migrate
npm run generate:db:types