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

https://github.com/tungbq/node-jobs-api


https://github.com/tungbq/node-jobs-api

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# node-jobs-api

# Start DB for development
`docker compose up -d`

# Configure environment variable
Create a .env file at the root folder, replace values in .env.sample by your values

# Start dev
```
npm i && npm run dev
```
# Refer to [this links and docs](./Links.md) for more details