Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khotei/hirely
Streamline Hiring Process 🧰
https://github.com/khotei/hirely
drizzle-orm honojs nodejs postgresql
Last synced: 25 days ago
JSON representation
Streamline Hiring Process 🧰
- Host: GitHub
- URL: https://github.com/khotei/hirely
- Owner: khotei
- Created: 2024-10-25T16:17:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:45:24.000Z (about 1 month ago)
- Last Synced: 2024-12-07T19:28:47.725Z (about 1 month ago)
- Topics: drizzle-orm, honojs, nodejs, postgresql
- Language: TypeScript
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```shell
# Start database
sh ./deployment/scripts/run-db.sh
``````shell
# Generate code dependencies
npm run codegen
``````shell
# Configure development environments for a service
cp ./app//.env.example ./app//.env
``````shell
# Start apps
npm run dev# Server URL: http://localhost:3000/graphql
```