Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧰
- Host: GitHub
- URL: https://github.com/khotei/hirely-deprecated
- Owner: khotei
- Created: 2024-10-25T16:17:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:45:24.000Z (15 days ago)
- Last Synced: 2024-12-18T20:31:10.751Z (4 days ago)
- Topics: drizzle-orm, honojs, nodejs, postgresql
- Language: TypeScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```