Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🧰

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
```