Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsminar/hono-drizzle-sql
This repository provides a starter template for building a serverless Node.js application using Hono as the framework, Drizzle ORM for database interactions, and PostgreSQL as the relational database.
https://github.com/itsminar/hono-drizzle-sql
Last synced: 22 days ago
JSON representation
This repository provides a starter template for building a serverless Node.js application using Hono as the framework, Drizzle ORM for database interactions, and PostgreSQL as the relational database.
- Host: GitHub
- URL: https://github.com/itsminar/hono-drizzle-sql
- Owner: itsMinar
- Created: 2024-04-22T21:20:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T06:20:03.000Z (6 months ago)
- Last Synced: 2024-06-15T07:29:23.574Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This Document provides instructions for setting up, running, and managing the project locally.
## Open the Terminal and Follow the Steps below:
1. Clone this repository -
```sh
git clone https://github.com/itsMinar/hono-drizzle-sql.git
```2. Go to the Directory -
```sh
cd hono-drizzle-sql
```3. Install all dependencies:
```sh
npm install
```4. To generate migration:
```sh
npm run migrations:generate
```5. To Push the updated migration:
```sh
npm run migrations:push
```6. To run the project:
```sh
npm run dev
```go http://localhost:8000
7. To Open the Drizzle Studio for Visualize the Data:
```sh
npm run studio
```## All the best for your further learning 👍