Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khotei/hirely-deprecated

Streamline Hiring Process 🧰
https://github.com/khotei/hirely-deprecated

drizzle-orm honojs nodejs postgresql

Last synced: 4 days ago
JSON representation

Streamline Hiring Process 🧰

Awesome Lists containing this project

README

        

# Hirely

```shell
docker run --name hirely-postgres \
-p 5432:5432 \
-e POSTGRES_PASSWORD=test \
-e POSTGRES_USER=test \
-e POSTGRES_DB=hirely \
-d postgres
```

```shell
npm run dev
```