https://github.com/danielduarte/joby-api
https://github.com/danielduarte/joby-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielduarte/joby-api
- Owner: danielduarte
- Created: 2021-02-16T01:49:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T21:04:40.000Z (about 5 years ago)
- Last Synced: 2025-04-05T19:33:01.411Z (12 months ago)
- Language: TypeScript
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joby API
User friendly job search platform.
## Installation
```
npm i
```
## Run
The server run in port 5001 by default.
```
npm start
```
## Specification
- [API](./doc/api.md)